0.5.0 • Published 3 years ago

gorgo-cli v0.5.0

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
3 years ago

gorgo-cli

oclif Version Coverage Badge License

Usage

$ npm install -g gorgo-cli
$ gorgo COMMAND
running command...
$ gorgo (-v|--version|version)
gorgo-cli/0.5.0 linux-x64 node-v16.2.0
$ gorgo --help [COMMAND]
USAGE
  $ gorgo COMMAND
...

Commands

gorgo help [COMMAND]

display help for gorgo

USAGE
  $ gorgo help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

gorgo init

initialize gorgo-cli

USAGE
  $ gorgo init

OPTIONS
  -a, --auth=auth              User AUTH token to access organization repositories
  -h, --help                   show CLI help
  --organization=organization

See code: src/commands/init.ts

gorgo status [REPOS]

show status for repositories

USAGE
  $ gorgo status [REPOS]

ARGUMENTS
  REPOS  Repositories to check status on

OPTIONS
  -a, --auth=auth  User AUTH token to access organization repositories
  -h, --help       show CLI help
  -v, --verbose    Shows additional details about status

See code: src/commands/status.ts

gorgo update [REPOS]

update repositories

USAGE
  $ gorgo update [REPOS]

ARGUMENTS
  REPOS  List of repositories to update

OPTIONS
  -a, --auth=auth  User AUTH token to access organization repositories
  -h, --help       show CLI help

  -l, --local      Only update locally existing repositories, if false: Audit from Github API and download new
                   repositories

See code: src/commands/update.ts