package cmd

import "github.com/open-policy-agent/opa/cmd"

Package cmd contains the entry points for OPA commands.

Index

Variables

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.

Source Files

check.go commands.go doc.go fmt.go run.go version.go

Version
v0.5.6
Published
Aug 29, 2017
Platform
linux/amd64
Imports
18 packages
Last checked
10 minutes ago

Tools for package owners.