Skip to content

Room9 commandline tool to run common developer tasks

Notifications You must be signed in to change notification settings

beaverusiv/r9-cli

Repository files navigation

r9

Room9 commandline tool to run common developer tasks

oclif Version Downloads/week License

Usage

$ npm install -g @room9/r9-cli
$ r9 COMMAND
running command...
$ r9 (-v|--version|version)
@room9/r9-cli/0.4.4 linux-x64 node-v8.14.0
$ r9 --help [COMMAND]
USAGE
  $ r9 COMMAND
...

Commands

r9 config

Setup needed config for running commands like API keys

USAGE
  $ r9 config

See code: src/commands/config.ts

r9 create-admin

Create a new react-admin project, including the Gitlab project and stable/demo-integration branches

USAGE
  $ r9 create-admin

See code: src/commands/create-admin.ts

r9 create-feature

Create a new twgit feature sourced from Pivotal Tracker

USAGE
  $ r9 create-feature

See code: src/commands/create-feature.ts

r9 create-silverstripe

Create a new Silverstripe project, including the Gitlab project and stable/demo-integration branches, and Dockerfile/.gitlab-ci.yml

USAGE
  $ r9 create-silverstripe

See code: src/commands/create-silverstripe.ts

r9 help [COMMAND]

display help for r9

USAGE
  $ r9 help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

About

Room9 commandline tool to run common developer tasks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published