@pooong/cli
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

oclif-hello-world

oclif example Hello World CLI

oclif CircleCI GitHub license

Usage

$ npm install -g @pooong/cli
$ pooong COMMAND
running command...
$ pooong (--version)
@pooong/cli/0.0.3 darwin-arm64 node-v20.2.0
$ pooong --help [COMMAND]
USAGE
  $ pooong COMMAND
...

Commands

pooong compile ENTRY

Say hello

USAGE
  $ pooong compile ENTRY [-o <value>]

ARGUMENTS
  ENTRY  Script entrypoint

FLAGS
  -o, --out=<value>  path where to write the worker

DESCRIPTION
  Say hello

EXAMPLES
  $ oex hello friend --from oclif
  hello friend from oclif! (./src/commands/hello/index.ts)

See code: dist/commands/compile/index.ts

pooong help [COMMANDS]

Display help for pooong.

USAGE
  $ pooong help [COMMANDS] [-n]

ARGUMENTS
  COMMANDS  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for pooong.

See code: @oclif/plugin-help

pooong register TOKEN

Say hello

USAGE
  $ pooong register TOKEN

ARGUMENTS
  TOKEN  auth token

DESCRIPTION
  Say hello

EXAMPLES
  $ oex hello friend --from oclif
  hello friend from oclif! (./src/commands/hello/index.ts)

See code: dist/commands/register/index.ts

Readme

Keywords

Package Sidebar

Install

npm i @pooong/cli

Weekly Downloads

0

Version

0.0.3

License

MIT

Unpacked Size

27.3 kB

Total Files

18

Last publish

Collaborators

  • oriun