Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 16971b9

Browse files
committed
bosh tasks
1 parent ece6b00 commit 16971b9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

bosh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,10 @@ bosh -d <deployment> errands
1717
# To run a BOSH deployment errand
1818
bosh -d <deployment> run-errand <errand-name>
1919
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

Comments
 (0)