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

build.go check.go commands.go deps.go doc.go eval.go filters.go flags.go fmt.go parse.go run.go test.go version.go

Version
v0.17.0
Published
Feb 7, 2020
Platform
windows/amd64
Imports
39 packages
Last checked
33 seconds ago

Tools for package owners.