@rdlabo/rabify-cli
TypeScript icon, indicating that this package has built-in type declarations

0.3.0 • Public • Published

rabify-cli

CLI for rabify

oclif Version Downloads/week License

Usage

$ npm install -g @rdlabo/rabify-cli
$ rabify COMMAND
running command...
$ rabify (-v|--version|version)
@rdlabo/rabify-cli/0.3.0 darwin-x64 node-v10.16.2
$ rabify --help [COMMAND]
USAGE
  $ rabify COMMAND
...

Commands

rabify ci [TYPE]

Build Command for rabify CI

USAGE
  $ rabify ci [TYPE]

OPTIONS
  -h, --help         show CLI help
  -i, --id=id        id key in rabify CI
  -t, --token=token  token key in rabify CI

EXAMPLE
  $ rabify ci run --id=[REPLACE_YOUR_ID] --token=[REPLACE_YOUR_TOKEN]

See code: src/commands/ci.ts

rabify hello [FILE]

describe the command here

USAGE
  $ rabify hello [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ rabify hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

rabify help [COMMAND]

display help for rabify

USAGE
  $ rabify help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

Readme

Keywords

Package Sidebar

Install

npm i @rdlabo/rabify-cli

Weekly Downloads

56

Version

0.3.0

License

MIT

Unpacked Size

20.3 kB

Total Files

17

Last publish

Collaborators

  • rdlabo