0.0.0-alpha.1 • Published 3 years ago

@scriptwerx/athena-cli v0.0.0-alpha.1

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

athena-cli

Modern and modular robotics operating system

oclif Version CircleCI Downloads/week License

Usage

$ npm install -g @athena/athena-cli
$ athena COMMAND
running command...
$ athena (-v|--version|version)
@athena/athena-cli/0.0.0-alpha.1 darwin-x64 node-v14.16.0
$ athena --help [COMMAND]
USAGE
  $ athena COMMAND
...

Commands

athena hello [FILE]

describe the command here

USAGE
  $ athena hello [FILE]

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

EXAMPLES
  $ athena hello
       hello world from ./src/hello.ts!
  $ athena hello -n Geoff
       hello Geoff from ./src/hello.ts!

See code: src/commands/hello.ts

athena help [COMMAND]

display help for athena

USAGE
  $ athena help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

athena update [CHANNEL]

update the athena CLI

USAGE
  $ athena update [CHANNEL]

See code: @oclif/plugin-update