We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6ceda1 commit 3ac9da9Copy full SHA for 3ac9da9
1 file changed
cloudify_cli/main.py
@@ -126,6 +126,7 @@ def _register_commands():
126
127
deployments.deployments.add_command(deployments.manager_inputs)
128
deployments.deployments.add_command(deployments.manager_outputs)
129
+ deployments.deployments.add_command(deployments.manager_capabilities)
130
131
executions.executions.add_command(executions.manager_start)
132
else:
0 commit comments