1.0.0 • Published 1 year ago

tcmd-cli v1.0.0

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

tcmd-cli

An olcif cli, built to test release channels for oclif plugins

Usage

$ npm install -g tcmd-cli
$ tcmd-cli COMMAND
running command...
$ tcmd-cli (--version)
tcmd-cli/0.1.1 linux-x64 node-v16.19.0
$ tcmd-cli --help [COMMAND]
USAGE
  $ tcmd-cli COMMAND
...

Commands

tcmd-cli hello PERSON

Say hello

USAGE
  $ tcmd-cli hello [PERSON] -f <value>

ARGUMENTS
  PERSON  Person to say hello to

FLAGS
  -f, --from=<value>  (required) Who is saying hello

DESCRIPTION
  Say hello

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

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

tcmd-cli hello world

Say hello world

USAGE
  $ tcmd-cli hello world

DESCRIPTION
  Say hello world

EXAMPLES
  $ tcmd-cli hello world
  hello world! (./src/commands/hello/world.ts)
1.0.0

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago