Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ece6b00 commit 16971b9Copy full SHA for 16971b9
bosh
@@ -17,3 +17,10 @@ bosh -d <deployment> errands
17
# To run a BOSH deployment errand
18
bosh -d <deployment> run-errand <errand-name>
19
bosh -d <deployment> run-errand <errand-name> --instance <instance-type>/<index>
20
+
21
+# To list a BOSH deployment's tasks
22
+bosh -d <deployment> tasks
23
+bosh -d <deployment> tasks --recent
24
25
+# To show a BOSH deployment's task status and start tracking its output
26
+bosh -d <deployment> task <id>
0 commit comments