Versions in this module Expand all Collapse all v0 v0.1.2 Jan 17, 2026 Changes in this version + const CommandEvents + func IsServiceArgSpec(spec yargs.ArgSpec) bool + func RemoteCommandInfos() map[string]CommandInfo + func RemoteCommandNames() []string + func RemoteCommandRegistry() yargs.Registry + func RemoteFlagSpecs() map[string]map[string]FlagSpec + func RemoteGroupFlagSpecs() map[string]map[string]map[string]FlagSpec + func RemoteGroupInfos() map[string]GroupInfo + func RequireArgsAtLeast(subcmd string, args []string, count int) error + type CommandInfo struct + Aliases []string + ArgsSchema any + Description string + Examples []string + Hidden bool + Name string + Usage string + type DockerPushArgs struct + Image string + Service ServiceName + type EditFlags struct + Config bool + Restart bool + TS bool + func ParseEdit(args []string) (EditFlags, []string, error) + type EnvShowFlags struct + Staged bool + func ParseEnvShow(args []string) (EnvShowFlags, []string, error) + type EventsFlags struct + All bool + func ParseEvents(args []string) (EventsFlags, []string, error) + type FlagSpec struct + ConsumesValue bool + type GroupInfo struct + Commands map[string]CommandInfo + Description string + Hidden bool + Name string + type InfoFlags struct + Format string + func ParseInfo(args []string) (InfoFlags, []string, error) + type LogsFlags struct + Follow bool + Lines int + func ParseLogs(args []string) (LogsFlags, []string, error) + type MountFlags struct + Deps []string + Opts string + Type string + func ParseMount(args []string) (MountFlags, []string, error) + type RemoveFlags struct + CleanConfig bool + Yes bool + func ParseRemove(args []string) (RemoveFlags, []string, error) + type RunFlags struct + EnvFile string + MacvlanMac string + MacvlanParent string + MacvlanVlan int + Net string + Publish []string + Pull bool + Restart bool + TsAuthKey string + TsExit string + TsTags []string + TsVer string + func ParseRun(args []string) (RunFlags, []string, error) + type ServiceArgs struct + Service ServiceName + type ServiceName string + type StageFlags struct + MacvlanMac string + MacvlanParent string + MacvlanVlan int + Net string + Publish []string + Pull bool + Restart bool + TsAuthKey string + TsExit string + TsTags []string + TsVer string + func ParseStage(args []string) (StageFlags, string, []string, error) + type StatusFlags struct + Format string + func ParseStatus(args []string) (StatusFlags, []string, error) + type VersionFlags struct + JSON bool + func ParseVersion(args []string) (VersionFlags, []string, error)