Documentation
¶
Index ¶
- Variables
- func GroupCommand(cliConfig *Config) *cli.Command
- func NamespaceCommand(cliConfig *Config) *cli.Command
- func New(cliConfig *Config) *cli.Command
- func OrganizationCommand(cliConfig *Config) *cli.Command
- func PermissionCommand(cliConfig *Config) *cli.Command
- func PolicyCommand(cliConfig *Config) *cli.Command
- func ProjectCommand(cliConfig *Config) *cli.Command
- func RoleCommand(cliConfig *Config) *cli.Command
- func RunMigrations(logger log.Logger, config db.Config) error
- func RunRollback(config db.Config) error
- func ServerCommand() *cobra.Command
- func StartServer(logger *log.Zap, cfg *config.Shield) error
- func UserCommand(cliConfig *Config) *cli.Command
- type Config
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrClientConfigNotFound = errors.New(heredoc.Doc(` Shield client config not found. Run "shield config init" to initialize a new client config or Run "shield help environment" for more information. `)) ErrClientConfigHostNotFound = errors.New(heredoc.Doc(` Shield client config "host" not found. Pass shield server host with "--host" flag or set host in shield config. Run "shield config <subcommand>" or "shield help environment" for more information. `)) ErrClientNotAuthorized = errors.New(heredoc.Doc(` Shield auth error. Shield requires an auth header. Run "shield help auth" for more information. `)) )
View Source
var (
Version string
)
Version of the current build. overridden by the build system. see "Makefile" for more information
Functions ¶
func GroupCommand ¶
func NamespaceCommand ¶
func OrganizationCommand ¶
func PermissionCommand ¶
func PolicyCommand ¶
func ProjectCommand ¶
func RoleCommand ¶
func RunRollback ¶
func ServerCommand ¶
func UserCommand ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.