We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3b40f7 commit b7fd8f5Copy full SHA for b7fd8f5
cmd/ctrlc/root/api/get/resources/resources.go
@@ -14,11 +14,11 @@ func NewGetResourcesCmd() *cobra.Command {
14
var workspace string
15
16
cmd := &cobra.Command{
17
- Use: "resource [flags]",
18
- Short: "Get a resource",
19
- Long: `Get a resource by specifying either an ID or both a workspace and an identifier.`,
+ Use: "resources [flags]",
+ Short: "Get resources",
+ Long: `Get resources by specifying a workspace.`,
20
Example: heredoc.Doc(`
21
- # Get a resource by workspace and identifier
+ # Get resources by workspace
22
$ ctrlc get resource --workspace 00000000-0000-0000-0000-000000000000
23
`),
24
RunE: func(cmd *cobra.Command, args []string) error {
0 commit comments