wtr-cli
v1.1.4
Published
utility cli for walker tracker deployment
Downloads
5
Keywords
Readme
Walker Tracker CLI
Installation
yarn global add wtr-cli
or
npm -g install wtr-cli
Usage
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