0.0.24 • Published 1 year ago

odin-cockpit-cli v0.0.24

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

oclif Version Downloads/week License

Usage

$ npm install -g odin-cockpit-cli
$ odin COMMAND
running command...
$ odin (--version)
odin-cockpit-cli/0.0.24 darwin-x64 node-v16.18.0
$ odin --help [COMMAND]
USAGE
  $ odin COMMAND
...

Commands

odin build [FILE]

describe the command here

USAGE
  $ odin build [FILE] [-n <value>] [-f]

FLAGS
  -f, --force
  -n, --name=<value>  name to print

DESCRIPTION
  describe the command here

EXAMPLES
  $ odin build

See code: src/commands/build.ts

odin create [FILE]

describe the command here

USAGE
  $ odin create [FILE] [-n <value>] [-f]

FLAGS
  -f, --force
  -n, --name=<value>  name to print

DESCRIPTION
  describe the command here

EXAMPLES
  $ odin create

See code: src/commands/create.ts

odin dev [FILE]

describe the command here

USAGE
  $ odin dev [FILE] [-n <value>] [-f]

FLAGS
  -f, --force
  -n, --name=<value>  name to print

DESCRIPTION
  describe the command here

EXAMPLES
  $ odin dev

See code: src/commands/dev.ts

odin help [COMMAND]

display help for odin

USAGE
  $ odin help [COMMAND] [--json] [--all]

ARGUMENTS
  COMMAND  command to show help for

FLAGS
  --all   see all commands in CLI
  --json  Format output as json.

DESCRIPTION
  display help for odin

See code: @oclif/plugin-help

odin test PERSON

Say hello

USAGE
  $ odin test [PERSON] [-f <value>]

ARGUMENTS
  PERSON  Person to say hello to

FLAGS
  -f, --from=<value>  Whom is saying hello

DESCRIPTION
  Say hello

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

See code: src/commands/test.ts

0.0.20

1 year ago

0.0.21

1 year ago

0.0.22

1 year ago

0.0.23

1 year ago

0.0.22-alpha.0

1 year ago

0.0.24

1 year ago

0.0.16

1 year ago

0.0.17

1 year ago

0.0.19

1 year ago

0.0.14

1 year ago

0.0.13

1 year ago

0.0.11

1 year ago