Versions in this module Expand all Collapse all v0 v0.1.0 Jun 21, 2026 Changes in this version + const CommandConfigSet + const CommandConfigShow + const CommandConfigUnset + const CommandDrop + const CommandList + const CommandRefresh + const CommandShow + const CommandStatus + const CommandUse + const KindConfig + const KindPackages + const KindTree + func ConfigSet(req ConfigSetRequest) output.Outcome + func ConfigShow(req ConfigShowRequest) output.Outcome + func ConfigUnset(req ConfigUnsetRequest) output.Outcome + func Drop(req DropRequest) output.Outcome + func List(req ListRequest) output.Outcome + func Refresh(req RefreshRequest) output.Outcome + func Show(req ShowRequest) output.Outcome + func Status(req StatusRequest) output.Outcome + func Use(req UseRequest) output.Outcome + type ConfigFile struct + Configured bool + Deploy string + Mode string + Path string + type ConfigPayload struct + Files []ConfigFile + ManifestPath string + Package string + Source string + type ConfigSetRequest struct + Context string + Deploy string + Mode string + Path string + Ref string + SetDeploy bool + SetMode bool + SourceID string + type ConfigShowRequest struct + Context string + Path string + Ref string + SourceID string + type ConfigUnsetRequest struct + Context string + Path string + Ref string + SourceID string + UnsetDeploy bool + UnsetMode bool + type DropRequest struct + Apply bool + Context string + Refs []string + SourceID string + type ListPayload struct + Packages []string + Source string + type ListRequest struct + Context string + SourceID string + type RefreshRequest struct + Apply bool + Context string + Refs []string + SourceID string + type ShowRequest struct + Context string + Ref string + SourceID string + type StatusRequest struct + Context string + Ref string + SourceID string + type UseRequest struct + All bool + Apply bool + Context string + Refs []string + SourceID string