Versions in this module Expand all Collapse all v0 v0.3.0 Aug 15, 2026 Changes in this version + var Capabilities = Registry + var GroupOrder = []Group + func IsLocalHost(env Env) bool + func RenderEnvExample(r Registry) string + type Capability struct + Aliases []string + Choices []Choice + Danger Danger + Default string + Deprecated string + Env string + Group Group + Help Localized + Kind Kind + Placeholder string + Probe func(context.Context, Env) ProbeResult + RequiresProdAck bool + Secret bool + Title Localized + Unlocks []Localized + type Choice struct + Label Localized + Value string + type ChoiceJ struct + Label Loc + Value string + type Danger string + const Dangerous + const Safe + const Sensitive + type Env interface + Get func(name string) string + type FieldState struct + Choices []ChoiceJ + Danger Danger + Default string + Env string + Help Loc + Kind Kind + Placeholder string + RequiresProdAck bool + Secret bool + Set bool + Title Loc + Unlocks []Loc + Value string + type Group string + const GroupAgents + const GroupBrain + const GroupConnections + const GroupCore + const GroupDanger + const GroupSDK + type Kind string + const KindChoice + const KindNumber + const KindPath + const KindSecret + const KindText + const KindToggle + const KindURL + type Loc struct + AR string + EN string + type Localized struct + AR string + EN string + type ProbeResult struct + Detail string + Fatal bool + OK bool + type Registry []Capability + func (r Registry) ByEnv(name string) (Capability, bool) + func (r Registry) InGroup(g Group) []Capability + func (r Registry) Names() map[string]bool + type StepState struct + Blurb Loc + Danger bool + Fields []FieldState + ID Group + Title Loc + func Steps(r Registry, env Env) []StepState v0.2.2 Aug 11, 2026 v0.2.1 Aug 10, 2026 v0.2.0 Aug 10, 2026 v0.1.2 Aug 10, 2026 v0.1.1 Aug 10, 2026 v0.1.0 Aug 9, 2026 Changes in this version + const StepDone + const StepFleet + const StepPlan + const StepPreflight + const StepWelcome + type Service struct + func New(db *sql.DB, log *slog.Logger, gen *fleet.Generator) *Service + func (s *Service) Routes(r chi.Router)