-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
amp help command #652
amp help command #652
Conversation
a39befa
to
a07a4ec
Compare
@@ -9,7 +9,7 @@ import ( | |||
var PlatformMonitor = &cobra.Command{ | |||
Use: "monitor", | |||
Short: "Display AMP platform services", | |||
Long: `Display AMP platform services information and states.`, | |||
Long: `Display command displays information about AMP platform services and states.`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Display command displays information about AMP platform services and states
I think this should this be monitor ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes LGTM, but there are a few minor wording changes that should be examined for the case of consistency. I outlined one example in the changes, but other similar cases exist.
a07a4ec
to
7c973b6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
7c973b6
to
ace34df
Compare
* Included Long message in help command output
ace34df
to
b4e4a03
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.
* bump version to 0.6.0-dev * Added amp help command (#652) * Included Long message in help command output * Add account API and CLI stubs (#661) * Add account API and CLI stubs * Assume -> Switch * sp * login story * User stories to account command (#662) * Add account API and CLI stubs * Included sample stories for commands * minor edit
* commit server,agents,clients, AMP Bootstrap and fixes reports (#519) * add bootstrap feature to AMP cluster CLI (#306) * update vendors (huge diff) * serverless prototype (#539) * commit server,agents,clients, AMP Bootstrap and fixes reports (#519) * add bootstrap feature to AMP cluster CLI (#306) * update vendors (huge diff) * Revert "Amp version command - more useful info" (#611) * Add functions to the ui (#605) * KV ui (#606) * Add functions to the ui * add kv to ui * bump version to 0.6.0-dev * Added amp help command (#652) * Included Long message in help command output * remerge version
* Included Long message in help command output
* bump version to 0.6.0-dev * Added amp help command (#652) * Included Long message in help command output * Add account API and CLI stubs (#661) * Add account API and CLI stubs * Assume -> Switch * sp * login story * User stories to account command (#662) * Add account API and CLI stubs * Included sample stories for commands * minor edit
* commit server,agents,clients, AMP Bootstrap and fixes reports (#519) * add bootstrap feature to AMP cluster CLI (#306) * update vendors (huge diff) * serverless prototype (#539) * commit server,agents,clients, AMP Bootstrap and fixes reports (#519) * add bootstrap feature to AMP cluster CLI (#306) * update vendors (huge diff) * Revert "Amp version command - more useful info" (#611) * Add functions to the ui (#605) * KV ui (#606) * Add functions to the ui * add kv to ui * bump version to 0.6.0-dev * Added amp help command (#652) * Included Long message in help command output * remerge version
Ref: #565 #604
Added
amp help
command, which mimicksdocker help
functionality. Also included the Long message to be displayed in the help command.amp help <command>
displays usage for a particular command.However, using
amp <command> help
for certain commands likestats
,info
andconfig
does not print usage.