0.0.0 • Published 3 years ago

pctl v0.0.0

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

pctl

Command Line Interface for the Platformer Console

oclif Version Downloads/week License

Usage

$ npm install -g pctl
$ platformer COMMAND
running command...
$ platformer (-v|--version|version)
pctl/0.0.0 win32-x64 node-v14.8.0
$ platformer --help [COMMAND]
USAGE
  $ platformer COMMAND
...

Commands

platformer connect [FILE]

describe the command here

USAGE
  $ platformer connect [FILE]

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

See code: src\commands\connect.ts

platformer help [COMMAND]

display help for platformer

USAGE
  $ platformer help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

platformer login

Log in to the CLI with your Platformer Account

USAGE
  $ platformer login

See code: src\commands\login.ts

platformer newcommand [FILE]

describe the command here

USAGE
  $ platformer newcommand [FILE]

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

See code: src\commands\newcommand.ts

platformer select:org [FILE]

select org

USAGE
  $ platformer select:org [FILE]

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

EXAMPLE
  $ pctl org
  org world from ./src/hello.ts!

See code: src\commands\select\org.ts