Ourchitecture Panda CLI
$ npm install -g @ourchitecture/our-cli
$ our COMMAND
running command...
$ our (-v|--version|version)
@ourchitecture/our-cli/0.0.1 linux-x64 node-v14.15.1
$ our --help [COMMAND]
USAGE
$ our COMMAND
...
display autocomplete installation instructions
USAGE
$ our autocomplete [SHELL]
ARGUMENTS
SHELL shell type
OPTIONS
-r, --refresh-cache Refresh cache (ignores displaying instructions)
EXAMPLES
$ our autocomplete
$ our autocomplete bash
$ our autocomplete zsh
$ our autocomplete --refresh-cache
See code: @oclif/plugin-autocomplete
list all the commands
USAGE
$ our commands
OPTIONS
-h, --help show CLI help
-j, --json display unfiltered api data in json format
-x, --extended show extra columns
--columns=columns only show provided columns (comma-separated)
--csv output is csv format [alias: --output=csv]
--filter=filter filter property by partial string matching, ex: name=foo
--hidden show hidden commands
--no-header hide table header from output
--no-truncate do not truncate output to fit screen
--output=csv|json|yaml output in a more machine friendly format
--sort=sort property to sort by (prepend '-' for descending)
See code: @oclif/plugin-commands
display help for our
USAGE
$ our help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
checks the project's prerequisite requirements for your local machine
USAGE
$ our prerequisites
OPTIONS
-h, --help show CLI help
ALIASES
$ our needs
EXAMPLE
$ our prerequisites
See code: src/commands/prerequisites.ts