Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions cli/cmd/policy_create.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ func (r *runners) InitPolicyCreate(parent *cobra.Command) *cobra.Command {
Long: `Create a new RBAC policy from a JSON definition file.

The definition file must be valid JSON in the following format:
` + "```json" + `
{
"v1": {
"name": "My Policy",
Expand All @@ -33,6 +34,7 @@ The definition file must be valid JSON in the following format:
}
}
}
` + "```" + `

Vendors not on an enterprise plan cannot create policies.`,
Example: ` # Create a policy from a definition file
Expand Down
Loading