Documentation
¶
Overview ¶
Package app provides the root command for the minder CLI
Index ¶
Constants ¶
View Source
const JSON = "json"
JSON is the json format for output
View Source
const Table = "table"
Table is the table format for output
View Source
const YAML = "yaml"
YAML is the yaml format for output
Variables ¶
View Source
var ( // RootCmd represents the base command when called without any subcommands RootCmd = &cobra.Command{ Use: "minder", Short: "Minder controls the hosted minder service", Long: `For more information about minder, please visit: https://docs.stacklok.com/minder`, } )
Functions ¶
Types ¶
This section is empty.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package artifact provides the artifact subcommands
|
Package artifact provides the artifact subcommands |
|
Package auth provides the auth command project for the minder CLI.
|
Package auth provides the auth command project for the minder CLI. |
|
Package apply provides the apply command for the minder CLI
|
Package apply provides the apply command for the minder CLI |
|
Package profile provides the CLI subcommand for managing profiles
|
Package profile provides the CLI subcommand for managing profiles |
|
Package profile_status provides the CLI subcommand for managing profile statuses
|
Package profile_status provides the CLI subcommand for managing profile statuses |
|
Package provider is the root command for the provider subcommands
|
Package provider is the root command for the provider subcommands |
|
Package quickstart provides the quickstart command for the minder CLI which is used to provide the means to quickly get started with minder.
|
Package quickstart provides the quickstart command for the minder CLI which is used to provide the means to quickly get started with minder. |
|
Package repo contains the repo logic for the control plane
|
Package repo contains the repo logic for the control plane |
|
Package ruletype provides the CLI subcommand for managing rules
|
Package ruletype provides the CLI subcommand for managing rules |
|
Package version provides the version command for the minder CLI
|
Package version provides the version command for the minder CLI |
Click to show internal directories.
Click to hide internal directories.