noahpryor / circleci-cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

circleci-cli

CLI for checking CircleCI build statuses with workflows support"

oclif Version CircleCI Downloads/week License

Usage

$ npm install -g circleci-cli
$ circle COMMAND
running command...
$ circle (-v|--version|version)
circleci-cli/0.0.1 darwin-x64 node-v12.14.0
$ circle --help [COMMAND]
USAGE
  $ circle COMMAND
...

Commands

circle hello [FILE]

describe the command here

USAGE
  $ circle hello [FILE]

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

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

See code: src/commands/hello.ts

circle help [COMMAND]

display help for circle

USAGE
  $ circle help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

About


Languages

Language:TypeScript 83.9%Language:JavaScript 15.5%Language:Batchfile 0.7%