Skip to content

Commit

Permalink
feat: update help print message
Browse files Browse the repository at this point in the history
  • Loading branch information
Cerebrovinny committed Oct 27, 2024
1 parent e07c435 commit 2e1de82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/exec/help.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ func processHelp(componentType string, command string) error {
"native arguments and flags for the 'terraform' commands. " +
"For example: atmos terraform plan <component> -s <stack> -- -refresh=false -lock=false")

u.PrintMessage(" - '--append-user-agent' flag sets ATMOS_COMPONENTS_TERRAFORM_APPEND_USER_AGENT environment variable to customize the User-Agent string in Terraform provider requests. " +
"The recommended format is 'Atmos/<version> (Cloud Posse; +https://atmos.tools)' for enhanced observability and traceability.\n")
u.PrintMessage(" - '--append-user-agent' flag sets the TF_APPEND_USER_AGENT environment variable to customize the User-Agent string in Terraform provider requests. " +
"Example: 'Atmos/<version> (Cloud Posse; +https://atmos.tools)'\n")

}

Expand Down

0 comments on commit 2e1de82

Please sign in to comment.