We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d40c99 commit 9e96064Copy full SHA for 9e96064
1 file changed
cli/cmd/policy_create.go
@@ -24,6 +24,7 @@ func (r *runners) InitPolicyCreate(parent *cobra.Command) *cobra.Command {
24
Long: `Create a new RBAC policy from a JSON definition file.
25
26
The definition file must be valid JSON in the following format:
27
+ ` + "```json" + `
28
{
29
"v1": {
30
"name": "My Policy",
@@ -33,6 +34,7 @@ The definition file must be valid JSON in the following format:
33
34
}
35
36
37
+ ` + "```" + `
38
39
Vendors not on an enterprise plan cannot create policies.`,
40
Example: ` # Create a policy from a definition file
0 commit comments