aral
v0.2.58
Published
An Agnostic Resources Access Layer system
Downloads
97
Readme
aral
An Agnostic Resources Access Layer system
Usage
$ npm install -g aral
$ aral COMMAND
running command...
$ aral (-v|--version|version)
aral/0.2.58 darwin-arm64 node-v18.10.0
$ aral --help [COMMAND]
USAGE
$ aral COMMAND
...
Commands
aral autocomplete [SHELL]
aral config
aral destroy
aral destroyAll
aral help [COMMAND]
aral init
aral set-host
aral start
aral autocomplete [SHELL]
display autocomplete installation instructions
USAGE
$ aral autocomplete [SHELL]
ARGUMENTS
SHELL shell type
OPTIONS
-r, --refresh-cache Refresh cache (ignores displaying instructions)
EXAMPLES
$ aral autocomplete
$ aral autocomplete bash
$ aral autocomplete zsh
$ aral autocomplete --refresh-cache
See code: @oclif/plugin-autocomplete
aral config
USAGE
$ aral config
See code: src/commands/config.ts
aral destroy
describe the command here
USAGE
$ aral destroy
See code: src/commands/destroy.ts
aral destroyAll
USAGE
$ aral destroyAll
See code: src/commands/destroyAll.ts
aral help [COMMAND]
display help for aral
USAGE
$ aral help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
aral init
describe the command here
USAGE
$ aral init
See code: src/commands/init.ts
aral set-host
fix firefox issue adding a row in hosts file
USAGE
$ aral set-host
See code: src/commands/set-host.ts
aral start
describe the command here
USAGE
$ aral start
OPTIONS
-b, --build
See code: src/commands/start.ts