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

odin-app-cli

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

odin-app-cli

oclif example Hello World CLI

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
2
Created
Source

oclif Version Downloads/week License

  • Usage
  • Commands

Usage

$ npm install -g odin-app-cli
$ odin COMMAND
running command...
$ odin (--version)
odin-app-cli/1.0.3 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

Keywords

oclif

FAQs

Package last updated on 19 Sep 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