cmd

package
v0.6.24 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 10, 2024 License: Apache-2.0 Imports: 61 Imported by: 0

Documentation

Index

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.
	`))
)

Functions

func ActionCommand

func ActionCommand(cliConfig *Config) *cli.Command

func BuildAPIDependencies added in v0.6.5

func BuildAPIDependencies(
	ctx context.Context,
	logger log.Logger,
	activityRepository activity.Repository,
	resourceBlobRepository *blob.ResourcesRepository,
	dbc *db.Client,
	sdb *spicedb.SpiceDB,
) (api.Deps, error)

func GroupCommand

func GroupCommand(cliConfig *Config) *cli.Command

func NamespaceCommand

func NamespaceCommand(cliConfig *Config) *cli.Command

func New

func New(cliConfig *Config) *cli.Command

func OrganizationCommand

func OrganizationCommand(cliConfig *Config) *cli.Command

func PolicyCommand

func PolicyCommand(cliConfig *Config) *cli.Command

func ProjectCommand

func ProjectCommand(cliConfig *Config) *cli.Command

func RoleCommand

func RoleCommand(cliConfig *Config) *cli.Command

func ServerCommand

func ServerCommand() *cobra.Command

func StartServer

func StartServer(logger *log.Zap, cfg *config.Shield) error

func UserCommand

func UserCommand(cliConfig *Config) *cli.Command

Types

type Config

type Config struct {
	Host string `mapstructure:"host"`
}

func LoadConfig

func LoadConfig() (*Config, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL