onu
v0.4.0
Published
Onu CLI
Downloads
8
Readme
Onu CLI
Usage
$ npm install -g onu
$ onu COMMAND
running command...
$ onu (--version|-v)
onu/0.4.0 linux-x64 node-v16.20.1
$ onu --help [COMMAND]
USAGE
$ onu COMMAND
...
Commands
onu account switch
onu configure
onu deploy
onu dev [-p <value>]
onu help [COMMANDS]
onu init
onu sos
onu template template-name [-l <value>]
onu whoami
onu account switch
manage the current account
USAGE
$ onu account switch
DESCRIPTION
manage the current account
EXAMPLES
$ onu account switch
onu configure
configure the CLI for your project
USAGE
$ onu configure
DESCRIPTION
configure the CLI for your project
EXAMPLES
$ onu configure
See code: dist/commands/configure.ts
onu deploy
deploy your Onu tasks
USAGE
$ onu deploy
DESCRIPTION
deploy your Onu tasks
EXAMPLES
$ onu deploy
See code: dist/commands/deploy.ts
onu dev [-p <value>]
run a local dev studio [experimental 🧪]
USAGE
$ onu dev [-p <value>]
FLAGS
-h, --help Show help
-p, --port=<value> [default: 3000] Port to run on
-t, --tsconfig=<value> [default: ./tsconfig.json] Path to a custom tsconfig file
--install-deps Re-install the studio app dependencies
DESCRIPTION
run a local dev studio [experimental 🧪]
EXAMPLES
$ onu dev -p 8000
See code: dist/commands/dev.ts
onu help [COMMANDS]
Display help for onu.
USAGE
$ onu 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 onu.
See code: @oclif/plugin-help
onu init
initialize an onu/
directory within the current project
USAGE
$ onu init -l <value>
FLAGS
-l, --language=<value> (required) The language to generate files in
DESCRIPTION
initialize an `onu/` directory within the current project
EXAMPLES
$ onu init -l typescript
See code: dist/commands/init.ts
onu sos
display contact information for the Onu team
USAGE
$ onu sos
DESCRIPTION
display contact information for the Onu team
EXAMPLES
$ onu sos
See code: dist/commands/sos.ts
onu template template-name [-l <value>]
use a task template to create a new task
USAGE
$ onu template template-name [-l <value>]
ARGUMENTS
TEMPLATEID The ID of the template to download
FLAGS
-l, --language=<value> [default: typescript] The coding language of the template
DESCRIPTION
use a task template to create a new task
EXAMPLES
$ onu template template-name --language=typescript
See code: dist/commands/template.ts
onu whoami
show the org you are currently logged in as
USAGE
$ onu whoami
DESCRIPTION
show the org you are currently logged in as
EXAMPLES
$ onu whoami
See code: dist/commands/whoami.ts