Skip to content

v0.0.1 🥝 [kiwi]

Latest
Compare
Choose a tag to compare
@k33g k33g released this 07 Oct 10:03
· 9 commits to main since this release

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