versionone-cli

versionone cli

Usage no npm install needed!

<script type="module">
  import versiononeCli from 'https://cdn.skypack.dev/versionone-cli';
</script>

README

VersionOne Cli


ENV

export VERSION1_PASSWORD=your_version_one_password
export VERSION1_USERNAME=your_version_one_username
export API_HOST=www.somehost.com

run

# get all tasks
$ PATH="node_modules/.bin:$PATH" ./bin/v1 tasks

# get specific task
$ PATH="node_modules/.bin:$PATH" ./bin/v1 task -n 4433