Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Cli ¶
type Cli struct {
Get get.Cmd `cmd:"" help:"List or view policies and schemas"`
Hub hub.Cmd `cmd:"" help:"Cerbos Hub operations"`
flagset.Globals
Inspect inspect.Cmd `cmd:"" help:"Inspect policies"`
Store store.Cmd `cmd:"" help:"Store operations"`
Delete del.Cmd `cmd:"" help:"Delete schemas"`
Disable disable.Cmd `cmd:"" help:"Disable policies"`
Enable enable.Cmd `cmd:"" help:"Enable policies"`
Put put.Cmd `cmd:"" help:"Put policies or schemas"`
Decisions decisions.Cmd `cmd:"" help:"Interactive decision log viewer"`
Audit audit.Cmd `cmd:"" help:"View audit logs"`
Version version.Cmd `cmd:"" help:"Show cerbosctl and PDP version"`
}
Click to show internal directories.
Click to hide internal directories.