Documentation ¶
Overview ¶
Package cmd contains the entry points for OPA commands.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCommand = &cobra.Command{ Use: path.Base(os.Args[0]), Short: "Open Policy Agent (OPA)", Long: "An open source project to policy-enable your service.", }
RootCommand is the base CLI command that all subcommands are added to.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.