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 PreferencesCommand(cliConfig *Config) *cobra.Command
- func ProjectCommand(cliConfig *Config) *cli.Command
- func RoleCommand(cliConfig *Config) *cli.Command
- func RunMigrations(logger log.Logger, config db.Config) error
- func RunRollback(logger log.Logger, config db.Config) error
- func SeedCommand(cliConfig *Config) *cli.Command
- func ServerCommand() *cobra.Command
- func StartServer(logger *log.Zap, cfg *config.Frontier) error
- func UserCommand(cliConfig *Config) *cli.Command
- type Config
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrClientConfigNotFound = errors.New(heredoc.Doc(` Frontier client config not found. Run "frontier config init" to initialize a new client config or Run "frontier help environment" for more information. `)) ErrClientConfigHostNotFound = errors.New(heredoc.Doc(` Frontier client config "host" not found. Pass frontier server host with "--host" flag or set host in frontier config. Run "frontier config <subcommand>" or "frontier help environment" for more information. `)) ErrClientNotAuthorized = errors.New(heredoc.Doc(` Frontier auth error. Frontier requires an auth header. Run "frontier help auth" for more information. `)) )
Functions ¶
func GroupCommand ¶
func NamespaceCommand ¶
func OrganizationCommand ¶
func PermissionCommand ¶
func PolicyCommand ¶
func PreferencesCommand ¶ added in v0.7.12
func ProjectCommand ¶
func RoleCommand ¶
func SeedCommand ¶
func ServerCommand ¶
func UserCommand ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.