New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

onu

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

onu

Onu CLI

latest
Source
npmnpm
Version
0.4.0
Version published
Maintainers
1
Created
Source

Onu CLI

  • Usage
  • Commands

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

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

Keywords

onu

FAQs

Package last updated on 08 Aug 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts