@flavour/cli
v0.7.7
Published
Flavour CLI
Downloads
30
Readme
@flavour/cli
Flavour CLI
Usage
$ npm install -g @flavour/cli
$ flavour COMMAND
running command...
$ flavour (-v|--version|version)
@flavour/cli/0.7.7 linux-x64 node-v10.17.0
$ flavour --help [COMMAND]
USAGE
$ flavour COMMAND
...
Other install method
curl -L https://flavours.dev/cli/install.sh | sh
Commands
flavour add [ADDONS]
flavour autocomplete [SHELL]
flavour check [ADDONS]
flavour help [COMMAND]
flavour remove [ADDONS]
flavour update [CHANNEL]
flavour add [ADDONS]
Add addon
USAGE
$ flavour add [ADDONS]
ARGUMENTS
ADDONS The flavour identifier(s) of the addon, e.g.: divio/django
OPTIONS
-h, --help show CLI help
--addonmanager=addonmanager Optionally specify addon manager, bypassing the registry
--[no-]cache Should use flavour addon managers that is available locally or check for latest
--[no-]check Check if the addon is valid
--package=package File path or the url to package yaml
--registry=registry [default: https://hub.eu.aldryn.io]
--verbose Verbose output
EXAMPLE
$ flavour add addon1 addon2
See code: src/commands/add.ts
flavour autocomplete [SHELL]
display autocomplete installation instructions
USAGE
$ flavour autocomplete [SHELL]
ARGUMENTS
SHELL shell type
OPTIONS
-r, --refresh-cache Refresh cache (ignores displaying instructions)
EXAMPLES
$ flavour autocomplete
$ flavour autocomplete bash
$ flavour autocomplete zsh
$ flavour autocomplete --refresh-cache
See code: @oclif/plugin-autocomplete
flavour check [ADDONS]
Check addon
USAGE
$ flavour check [ADDONS]
ARGUMENTS
ADDONS The flavour identifier(s) of the addon, e.g.: divio/django
OPTIONS
-h, --help show CLI help
--addonmanager=addonmanager Optionally specify addon manager, bypassing the registry
--[no-]cache Should use flavour addon managers that is available locally or check for latest
--package=package File path or the url to package yaml
--registry=registry [default: https://hub.eu.aldryn.io]
--verbose Verbose output
EXAMPLE
$ flavour check addon1 addon2
See code: src/commands/check.ts
flavour help [COMMAND]
display help for flavour
USAGE
$ flavour help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
flavour remove [ADDONS]
Remove addon
USAGE
$ flavour remove [ADDONS]
ARGUMENTS
ADDONS The flavour identifier(s) of the addon, e.g.: divio/django
OPTIONS
-h, --help show CLI help
--addonmanager=addonmanager Optionally specify addon manager, bypassing the registry
--[no-]cache Should use flavour addon managers that is available locally or check for latest
--[no-]check Check if the addon is valid
--package=package File path or the url to package yaml
--registry=registry [default: https://hub.eu.aldryn.io]
--verbose Verbose output
EXAMPLE
$ flavour remove addon1 addon2
See code: src/commands/remove.ts
flavour update [CHANNEL]
update the flavour CLI
USAGE
$ flavour update [CHANNEL]
See code: @oclif/plugin-update