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