cloudfoundry-attic / bosh-init

bosh-init is a tool used to create and update the Director VM
Apache License 2.0
31 stars 33 forks source link

Go CLI `tasks` command doesn't suggest how to see recent events #93

Closed forrestsill closed 7 years ago

forrestsill commented 7 years ago

Ruby CLI:

bosh tasks
Acting as user 'admin' on 'my-bosh'
No running tasks

Go CLI:

bosh-init tasks
Using environment 'xxx' as user 'admin'

#  State  Created At  User  Description  Result

0 tasks

Succeeded

The Ruby CLI hints with red text that maybe there is a different flag to see past tasks while the Go CLI does not. It would be even better if they both pointed the user to the --recent flag.

cppforlife commented 7 years ago

No plans to fix this in the CLI aside from changing documentation.