README
srt
Shift Release Toolkit
Usage
$ npm install -g @shiftmedia/release-tools
$ srt COMMAND
running command...
$ srt (-v|--version|version)
@shiftmedia/release-tools/0.1.0 darwin-x64 node-v10.22.0
$ srt --help [COMMAND]
USAGE
$ srt COMMAND
...
Commands
srt hello [FILE]
describe the command here
USAGE
$ srt hello [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ srt hello
hello world from ./src/hello.ts!
See code: src/commands/hello.ts
srt help [COMMAND]
display help for srt
USAGE
$ srt help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
srt labler
Apply labels to issues
USAGE
$ srt labler
OPTIONS
-d, --delete Delete existing label
-e, --existingLabel=existingLabel (required) Query for issues using a label
-h, --help show CLI help
-n, --newLabel=newLabel Label to add to issues
-o, --owner=owner Repository owner
-r, --repository=repository Repository name
EXAMPLES
$ srt labler -e release/next -n release/5.0.0
$ srt labler -e release/next -n release/5.0.0 -o shiftio -r issues
See code: src/commands/labler.ts