lonero-cli
v0.0.5
Published
The CLI for the Decentralized Internet and LonScript
Downloads
2
Readme
lonero-cli
Please note this is still under construction and needs to be further developed
The CLI for the Decentralized Internet and LonScript
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]
lonero-cli dev [FILE]
lonero-cli hello [FILE]
lonero-cli help [COMMAND]
lonero-cli inquirer
lonero-cli lon [FILE]
lonero-cli lon-matrix [FILE]
lonero-cli lon-multi [FILE]
lonero-cli plugin [FILE]
lonero-cli produce [FILE]
lonero-cli stage [FILE]
lonero-cli test-compile [FILE]
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