Skip to content

Commit

Permalink
Add cloudformation long-form help (#4722)
Browse files Browse the repository at this point in the history
  • Loading branch information
misterpantz authored Oct 7, 2024
1 parent fa17f76 commit d5fb223
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions providers/cloudformation/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,14 @@ var Config = plugin.Provider{
ConnectionTypes: []string{provider.DefaultConnectionType},
Connectors: []plugin.Connector{
{
Name: "cloudformation",
Use: "cloudformation PATH",
Short: "an AWS CloudFormation template or AWS SAM template",
Name: "cloudformation",
Use: "cloudformation PATH",
Short: "an AWS CloudFormation template or AWS SAM template",
Long: `Use the cloudformation provider to query AWS CloudFormation templates or AWS SAM templates.
Example:
cnquery shell cloudformation <path>
`,
MinArgs: 1,
MaxArgs: 1,
Discovery: []string{},
Expand Down

0 comments on commit d5fb223

Please sign in to comment.