Skip to content

Commit

Permalink
Add long-form help on equinix provider (#4721)
Browse files Browse the repository at this point in the history
  • Loading branch information
misterpantz authored Oct 7, 2024
1 parent 61b33d0 commit fa17f76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions providers/equinix/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ var Config = plugin.Provider{
Name: "equinix",
Use: "equinix [org <org id>] [project <project-id>] [--token <token>]",
Short: "an Equinix Metal organization",
Long: `equinix is designed for querying resources within a specified
Long: `Use the equinix provider to query resources in a specified
project or organization on the Equinix Metal platform.
Available Commands:
Available commands:
org <org id> Specifies the organization to interact with, using the organization identifier.
project <project-id> Specifies the project to interact with, using the project identifier.
If the PACKET_AUTH_TOKEN environment variable is set, the token flag is not required.
If you set the PACKET_AUTH_TOKEN environment variable, you can omit the token flag.
`,
MinArgs: 2,
MaxArgs: 2,
Expand Down

0 comments on commit fa17f76

Please sign in to comment.