Configuring project
Plugins
Plugins are an essential part of the Outblocks ecosystem. They are extending CLI and delivering features used during the deployment.
Installing plugins
TL;TR
ok plugins
Plugin management - list, update, add or delete.
USAGE:
ok plugins [command]
COMMANDS:
list List plugins
update Update plugins
ALIASES:
plugins, plugin
GLOBAL FLAGS:
-e, --env string environment to use [$OUTBLOCKS_ENV] (default "dev")
--set strings set values, can specify multiple or separate values with commas: key1=val1,key2=val2
-f, --values strings specify values in a YAML file or a URL (can specify multiple or separate values with commas) (default [<env>.values.yaml])
Use "ok plugins [command] --help" for more information about a command.
Building plugins step by step
(coming soon)