@flavour/cli
TypeScript icon, indicating that this package has built-in type declarations

0.7.7 • Public • Published

@flavour/cli

Flavour CLI

oclif Version Downloads/week License

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]

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

Dependencies (16)

Dev Dependencies (19)

Package Sidebar

Install

npm i @flavour/cli

Weekly Downloads

0

Version

0.7.7

License

Apache-2.0

Unpacked Size

38.7 kB

Total Files

18

Last publish

Collaborators

  • divio
  • vxsx