Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRootCommand ¶
NewRootCommand returns the fully registered command tree.
Exported so the docs pool can be validated against the real cobra registration from outside this module: the pool lives in the platform repo and the tree lives here, and a check that owns only one of the two is the drift it exists to catch.
Types ¶
type Config ¶
type Config struct {
APIUrl string `yaml:"api_url,omitempty"`
APIKey string `yaml:"api_key,omitempty"`
CurrentOrg string `yaml:"current_org,omitempty"`
CurrentOrgFKE bool `yaml:"current_org_fke,omitempty"` // cached FKE entitlement of CurrentOrg; hides the `fke` command tree when false (server still enforces)
CurrentProject string `yaml:"current_project,omitempty"`
SuppressVersionWarning bool `yaml:"suppress_version_warning,omitempty"`
}
Config holds the CLI configuration.
Source Files
¶
- app.go
- audit.go
- auth.go
- billing.go
- completion.go
- config.go
- config_cmd.go
- confirm.go
- context.go
- credhelper.go
- db.go
- db_connect.go
- docs.go
- domain.go
- federation.go
- fke.go
- github.go
- help_llm.go
- iam.go
- job.go
- login.go
- main.go
- org.go
- output.go
- project.go
- prompt.go
- registry.go
- runner.go
- secrets.go
- status.go
- storage.go
- storage_objects.go
- styles.go
- upgrade.go
- usage.go
- version.go
- webhook.go
- website.go
Click to show internal directories.
Click to hide internal directories.