summaryrefslogtreecommitdiff
path: root/doc/source/cli/stack.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/cli/stack.rst')
-rw-r--r--doc/source/cli/stack.rst123
1 files changed, 123 insertions, 0 deletions
diff --git a/doc/source/cli/stack.rst b/doc/source/cli/stack.rst
new file mode 100644
index 0000000..175867e
--- /dev/null
+++ b/doc/source/cli/stack.rst
@@ -0,0 +1,123 @@
+=====
+stack
+=====
+
+Basic actions
+-------------
+
+.. autoprogram-cliff:: openstack.orchestration.v1
+ :command: stack list
+
+.. autoprogram-cliff:: openstack.orchestration.v1
+ :command: stack create
+
+.. autoprogram-cliff:: openstack.orchestration.v1
+ :command: stack update
+
+.. autoprogram-cliff:: openstack.orchestration.v1
+ :command: stack cancel
+
+.. autoprogram-cliff:: openstack.orchestration.v1
+ :command: stack show
+
+.. autoprogram-cliff:: openstack.orchestration.v1
+ :command: stack delete
+
+Outputs
+-------
+
+.. autoprogram-cliff:: openstack.orchestration.v1
+ :command: stack output list
+
+.. autoprogram-cliff:: openstack.orchestration.v1
+ :command: stack output show
+
+Resources
+---------
+
+.. autoprogram-cliff:: openstack.orchestration.v1
+ :command: stack resource list
+
+.. autoprogram-cliff:: openstack.orchestration.v1
+ :command: stack resource show
+
+.. autoprogram-cliff:: openstack.orchestration.v1
+ :command: stack resource metadata
+
+.. autoprogram-cliff:: openstack.orchestration.v1
+ :command: stack resource mark unhealthy
+
+.. autoprogram-cliff:: openstack.orchestration.v1
+ :command: stack resource signal
+
+Events
+------
+
+.. autoprogram-cliff:: openstack.orchestration.v1
+ :command: stack event list
+
+.. autoprogram-cliff:: openstack.orchestration.v1
+ :command: stack event show
+
+.. autoprogram-cliff:: openstack.orchestration.v1
+ :command: stack failures list
+
+Input data
+----------
+
+.. autoprogram-cliff:: openstack.orchestration.v1
+ :command: stack template show
+
+.. autoprogram-cliff:: openstack.orchestration.v1
+ :command: stack environment show
+
+.. autoprogram-cliff:: openstack.orchestration.v1
+ :command: stack file list
+
+User hooks
+----------
+
+.. autoprogram-cliff:: openstack.orchestration.v1
+ :command: stack hook poll
+
+.. autoprogram-cliff:: openstack.orchestration.v1
+ :command: stack hook clear
+
+Other actions
+-------------
+
+.. autoprogram-cliff:: openstack.orchestration.v1
+ :command: stack check
+
+.. autoprogram-cliff:: openstack.orchestration.v1
+ :command: stack suspend
+
+.. autoprogram-cliff:: openstack.orchestration.v1
+ :command: stack resume
+
+.. autoprogram-cliff:: openstack.orchestration.v1
+ :command: stack export
+
+.. autoprogram-cliff:: openstack.orchestration.v1
+ :command: stack abandon
+
+.. autoprogram-cliff:: openstack.orchestration.v1
+ :command: stack adopt
+
+Snapshots
+---------
+
+.. autoprogram-cliff:: openstack.orchestration.v1
+ :command: stack snapshot list
+
+.. autoprogram-cliff:: openstack.orchestration.v1
+ :command: stack snapshot create
+
+.. autoprogram-cliff:: openstack.orchestration.v1
+ :command: stack snapshot restore
+
+.. autoprogram-cliff:: openstack.orchestration.v1
+ :command: stack snapshot show
+
+.. autoprogram-cliff:: openstack.orchestration.v1
+ :command: stack snapshot delete