-
Notifications
You must be signed in to change notification settings - Fork 25
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
docs(iac-generation): update aws iac tf command help #653
Conversation
cli/cmd/generate.go
Outdated
@@ -54,7 +54,7 @@ var ( | |||
// aws command is used to generate TF code for aws | |||
generateAwsTfCommand = &cobra.Command{ | |||
Use: "aws", | |||
Short: "Genereate terraform code for deploying into a new AWS environment", | |||
Short: "Generate and optionally execute terraform code for deploying into a new AWS environment", |
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.
uhmmm**, my gut tells me that this is no longer a Short
description 😂
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.
haha, i mean by comparison to the long description it's short.
Check windows! |
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
Summary
Fix aws tf generate command docs strings
How did you test this change?
N/A
Issue
N/A