0.0.5 • Published 4 years ago

lonero-cli v0.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

lonero-cli

Please note this is still under construction and needs to be further developed

The CLI for the Decentralized Internet and LonScript

oclif Version Downloads/week License

Usage

$ npm install -g lonero-cli
$ lonero-cli COMMAND
running command...
$ lonero-cli (-v|--version|version)
lonero-cli/0.0.4 linux-x64 node-v12.4.0
$ lonero-cli --help [COMMAND]
USAGE
  $ lonero-cli COMMAND
...

Commands

lonero-cli decent-test [FILE]

describe the command here

USAGE
  $ lonero-cli decent-test [FILE]

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

See code: src/commands/decent-test.ts

lonero-cli dev [FILE]

describe the command here

USAGE
  $ lonero-cli dev [FILE]

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

See code: src/commands/dev.ts

lonero-cli hello [FILE]

describe the command here

USAGE
  $ lonero-cli hello [FILE]

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

EXAMPLE
  $ lonero-cli hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

lonero-cli help [COMMAND]

display help for lonero-cli

USAGE
  $ lonero-cli help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

lonero-cli inquirer

USAGE
  $ lonero-cli inquirer

OPTIONS
  --stage=development|staging|production

See code: src/commands/inquirer.ts

lonero-cli lon [FILE]

describe the command here

USAGE
  $ lonero-cli lon [FILE]

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

See code: src/commands/lon.ts

lonero-cli lon-matrix [FILE]

describe the command here

USAGE
  $ lonero-cli lon-matrix [FILE]

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

See code: src/commands/lon-matrix.ts

lonero-cli lon-multi [FILE]

describe the command here

USAGE
  $ lonero-cli lon-multi [FILE]

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

See code: src/commands/lon-multi.ts

lonero-cli plugin [FILE]

describe the command here

USAGE
  $ lonero-cli plugin [FILE]

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

See code: src/commands/plugin.ts

lonero-cli produce [FILE]

describe the command here

USAGE
  $ lonero-cli produce [FILE]

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

See code: src/commands/produce.ts

lonero-cli stage [FILE]

describe the command here

USAGE
  $ lonero-cli stage [FILE]

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

See code: src/commands/stage.ts

lonero-cli test-compile [FILE]

describe the command here

USAGE
  $ lonero-cli test-compile [FILE]

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

See code: src/commands/test-compile.ts