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 6f5e3ed commit ddfd2a7Copy full SHA for ddfd2a7
cmd/ctrlc/root/api/delete/policy/policy.go
@@ -52,7 +52,7 @@ func NewDeletePolicyCmd() *cobra.Command {
52
},
53
}
54
55
- cmd.Flags().StringVar(&policyId, "policy-id", "", "Policy ID")
+ cmd.Flags().StringVar(&policyId, "id", "", "Policy ID")
56
cmd.Flags().StringVar(&name, "name", "", "Policy name")
57
cmd.Flags().String("workspace", "", "ID of the workspace")
58
0 commit comments