Skip to content

Commit 3ac9da9

Browse files
author
davidginzbourg
authored
CY-866 Add missing cfy deployments capabilities command (#889)
1 parent a6ceda1 commit 3ac9da9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cloudify_cli/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ def _register_commands():
126126

127127
deployments.deployments.add_command(deployments.manager_inputs)
128128
deployments.deployments.add_command(deployments.manager_outputs)
129+
deployments.deployments.add_command(deployments.manager_capabilities)
129130

130131
executions.executions.add_command(executions.manager_start)
131132
else:

0 commit comments

Comments
 (0)