wtr-cli
v1.1.4
Published
utility cli for walker tracker deployment
Keywords
Readme
Walker Tracker CLI
Installation
yarn global add wtr-clior
npm -g install wtr-cliUsage
deploy
wtr deploy {env} or wtr d {env}
| env | description |
|----------|-------------|
| stage or s | generates and creates git tag for deploying current project to staging |
| prod or p | generates and creates git tag for deploying current project to production |
clean
wtr clean {object} or wtr c {option}
| object | options | description |
|-------------|---------|-------------|
| tags or t | -l or --local for local tags only, -r or --remote for remote tags only | by default, removes all local and remote tags from current project unless flag specified |
TODO
- colorize instructions and command list
- add commit scripts
- versioning/changelog scripts
