File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -491,17 +491,6 @@ def update(blueprint_id,
491491 or any blueprint in case `--all-blueprints` flag was used instead of
492492 providing a BLUEPRINT_ID. This will update the deployments one by one
493493 until all succeeded.
494-
495- `BLUEPRINT_ID` the blueprint's ID to perform the plugins update with.
496- `PLUGIN_NAMES` is the list of the plugins to be updated (if empty,
497- all plugins will).
498- `TO_LATEST` list of plugin names to be upgraded to the latest version.
499- `ALL_TO_LATEST` update all (selected) plugins to the latest version
500- of a plugin (this is the default behaviour).
501- `TO_MINOR` list of plugin names to be upgraded to the latest
502- minor version (i.e. major versions of the plugin in use
503- and the upgraded one will match).
504- `ALL_TO_MINOR` update all (selected) plugins to the latest minor version.
505494 """
506495 # Validate input arguments
507496 if ((blueprint_id and all_blueprints ) or
You can’t perform that action at this time.
0 commit comments