Skip to content

Commit 0ee15eb

Browse files
authored
-1425 Clean up plug update usage help text (#1295)
As the whole docstring is presented as a part of the usage help text for the command, it sholud not be too technical and detailed.
1 parent fd52699 commit 0ee15eb

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

cloudify_cli/commands/plugins.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)