Add stack files retrieval API
Similar to the recent addition that enables retrieval of the current environment for a stack, this enables reading the current files map for a running stack, which is useful if you want to introspect the current state, and/or deploy another similar stack without necessarily having the exact command/repo used initially. APIImpact Implements: blueprint files-show Change-Id: I3198b6a7dc06648af24c198d39470f3b0d5d6f11
This commit is contained in:
@@ -55,6 +55,7 @@
|
||||
"stacks:show": "rule:deny_stack_user",
|
||||
"stacks:template": "rule:deny_stack_user",
|
||||
"stacks:environment": "rule:deny_stack_user",
|
||||
"stacks:files": "rule:deny_stack_user",
|
||||
"stacks:update": "rule:deny_stack_user",
|
||||
"stacks:update_patch": "rule:deny_stack_user",
|
||||
"stacks:preview_update": "rule:deny_stack_user",
|
||||
|
||||
Reference in New Issue
Block a user