Documentation
¶
Overview ¶
Package cmd implements the klausctl CLI commands using Cobra.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetBuildInfo ¶
func SetBuildInfo(version, commit, date string)
SetBuildInfo sets the build metadata for version display.
Types ¶
type CLICreateParams ¶ added in v0.0.34
type CLICreateParams struct {
BaseName string
Workspace string
Personality string
Toolchain string
Plugins []string
Port int
Env []string
EnvForward []string
SecretEnv []string
SecretFile []string
McpServer []string
PermMode string
Model string
SystemPrompt string
MaxBudget float64
MaxBudgetSet bool
Source string
Mode string
NoIsolate bool
NoFetch bool
GitAuthor string
GitCredHelper string
GitHTTPSInstead bool
Yes bool
Force bool
GenerateSuffix bool
}
CLICreateParams holds the flag values and resolved inputs for creating an instance via the CLI. Both create and run populate this from their flags.
Source Files
¶
- archive.go
- artifact.go
- color.go
- completion.go
- config.go
- create.go
- create_shared.go
- delete.go
- instance_name.go
- list.go
- logs.go
- mcpserver.go
- messages.go
- muster.go
- personality.go
- plugin.go
- prompt.go
- result.go
- root.go
- run.go
- secret.go
- selfupdate.go
- serve.go
- source.go
- start.go
- stats.go
- status.go
- stop.go
- toolchain.go
- version.go
- workspace.go
Click to show internal directories.
Click to hide internal directories.