Skip to content

Releases: bots-garden/snippets

v0.0.1 🥝 [kiwi]

07 Oct 10:03
Compare
Choose a tag to compare

You can download a remote yaml file:

snippets generate \
  --url https://raw.githubusercontent.com/bots-garden/golab-demos/main/snippets-demo/messages.yml \
  --input samples/messages.yml \
  --output ../.vscode/messages.code-snippets 

if you need to use an authentication header (ex: "PRIVATE-TOKEN: mytokenvalue" ), use the following flags:

--auth-header-name PRIVATE-TOKEN
--auth-header-value mytokenvalue

v0.0.0 🍉 [watermelon]

07 Oct 08:13
Compare
Choose a tag to compare
📦 create release v0.0.0