1.0.2 • Published 3 years ago

gridfox v1.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
3 years ago

gridfox

oclif Version Downloads/week License

Usage

$ npm install -g gridfox
$ gridfox COMMAND
running command...
$ gridfox (-v|--version|version)
gridfox/1.0.1 darwin-x64 node-v14.15.1
$ gridfox --help [COMMAND]
USAGE
  $ gridfox COMMAND
...

Commands

gridfox deploy [FILE]

describe the command here

USAGE
  $ gridfox deploy [FILE]

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

See code: src/commands/deploy.ts

gridfox dev [FILE]

describe the command here

USAGE
  $ gridfox dev [FILE]

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

See code: src/commands/dev.ts

gridfox hello [FILE]

describe the command here

USAGE
  $ gridfox hello [FILE]

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

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

See code: src/commands/hello.ts

gridfox help [COMMAND]

display help for gridfox

USAGE
  $ gridfox help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

gridfox login [FILE]

Login to Gridfox

USAGE
  $ gridfox login [FILE]

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

See code: src/commands/login.ts

gridfox projects:list [FILE]

List all projects you have admin access to

USAGE
  $ gridfox projects:list [FILE]

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

See code: src/commands/projects/list.ts