1.3.1 • Published 5 years ago
viperlab-cli v1.3.1
ViperLab CLI
Install
yarn add viperlab-clinpm install viperlab-cli -gUsage
Snippets
Required arguments:
- Personal Access Token / Deploy Token
--private-tokenor--token - Project ID
--project-idor--pid - Snippet Title
--title - Output file path
--outputor--out
viperlab-cli snippets --private-token=secret --project-id=406The file is saved depending on your ViperLab snippet "file name".
You may override this by including an optional --output= flag.
viperlab-cli snippets --private-token=secret --project-id=406 --output="other/.env"