[[command]]
name = "kubectl"
url = "https://kubernetes.io/docs/reference/kubectl/"
bare_flags = ["--help", "--version", "-V", "-h"]
[[command.sub]]
name = "api-resources"
standalone = ["--help", "--namespaced", "--no-headers", "-h"]
valued = ["--api-group", "--output", "--sort-by", "--verbs", "-o"]
[[command.sub]]
name = "api-versions"
standalone = ["--help", "-h"]
[[command.sub]]
name = "auth"
[[command.sub.sub]]
name = "can-i"
bare = false
standalone = ["--help", "-h"]
[[command.sub.sub]]
name = "whoami"
standalone = ["--help", "-h"]
[[command.sub]]
name = "cluster-info"
standalone = ["--help", "-h"]
[[command.sub]]
name = "config"
[[command.sub.sub]]
name = "current-context"
standalone = ["--help", "-h"]
[[command.sub.sub]]
name = "get-contexts"
standalone = ["--help", "--no-headers", "-h"]
valued = ["--output", "-o"]
[[command.sub.sub]]
name = "view"
standalone = ["--flatten", "--help", "--minify", "--raw", "-h"]
valued = ["--output", "-o"]
[[command.sub]]
name = "describe"
bare = false
standalone = ["--all-namespaces", "--help", "--show-events", "-A", "-h"]
valued = ["--namespace", "--selector", "-l", "-n"]
[[command.sub]]
name = "events"
standalone = ["--all-namespaces", "--help", "--watch", "-A", "-h", "-w"]
valued = ["--for", "--namespace", "--output", "--types", "-n", "-o"]
[[command.sub]]
name = "explain"
bare = false
standalone = ["--help", "--recursive", "-h"]
valued = ["--api-version"]
[[command.sub]]
name = "get"
bare = false
standalone = [
"--all-namespaces", "--help", "--no-headers", "--show-labels", "--watch",
"-A", "-h", "-w",
]
valued = [
"--field-selector", "--label-selector", "--namespace",
"--output", "--selector", "--sort-by",
"-l", "-n", "-o",
]
[[command.sub]]
name = "logs"
bare = false
standalone = [
"--all-containers", "--follow", "--help", "--previous", "--timestamps",
"-f", "-h", "-p",
]
valued = ["--container", "--namespace", "--since", "--tail", "-c", "-n"]
[[command.sub]]
name = "top"
[[command.sub.sub]]
name = "node"
standalone = ["--help", "--no-headers", "-h"]
valued = ["--selector", "--sort-by", "-l"]
[[command.sub.sub]]
name = "pod"
standalone = [
"--all-namespaces", "--containers", "--help", "--no-headers",
"-A", "-h",
]
valued = ["--namespace", "--selector", "--sort-by", "-l", "-n"]
[[command.sub]]
name = "version"
standalone = ["--client", "--help", "--short", "-h"]
valued = ["--output", "-o"]
[[command]]
name = "docker"
url = "https://docs.docker.com/reference/cli/docker/"
bare_flags = ["--help", "--version", "-V", "-h"]
[[command.sub]]
name = "buildx"
[[command.sub.sub]]
name = "--version"
bare = true
max_positional = 0
[[command.sub.sub]]
name = "inspect"
standalone = ["--help", "-h"]
[[command.sub.sub]]
name = "ls"
standalone = ["--help", "-h"]
[[command.sub.sub]]
name = "version"
standalone = ["--help", "-h"]
[[command.sub]]
name = "compose"
[[command.sub.sub]]
name = "--version"
bare = true
max_positional = 0
[[command.sub.sub]]
name = "config"
standalone = [
"--dry-run", "--hash", "--help", "--images", "--no-consistency",
"--no-interpolate", "--no-normalize", "--no-path-resolution",
"--profiles", "--quiet", "--resolve-image-digests",
"--services", "--volumes",
"-h", "-q",
]
valued = ["--format", "--output", "-o"]
[[command.sub.sub]]
name = "images"
standalone = ["--help", "-h"]
[[command.sub.sub]]
name = "ls"
standalone = ["--help", "-h"]
[[command.sub.sub]]
name = "ps"
standalone = [
"--all", "--help", "--no-trunc", "--orphans", "--quiet",
"--services",
"-a", "-h", "-q",
]
valued = ["--filter", "--format", "--status"]
[[command.sub.sub]]
name = "top"
standalone = ["--help", "-h"]
[[command.sub.sub]]
name = "version"
standalone = ["--help", "-h"]
[[command.sub]]
name = "container"
[[command.sub.sub]]
name = "diff"
standalone = ["--help", "-h"]
[[command.sub.sub]]
name = "inspect"
standalone = ["--help", "--size", "-h", "-s"]
valued = ["--format", "--type", "-f"]
[[command.sub.sub]]
name = "list"
standalone = [
"--all", "--help", "--last", "--latest", "--no-trunc",
"--quiet", "--size",
"-a", "-h", "-l", "-n", "-q", "-s",
]
valued = ["--filter", "--format", "-f"]
[[command.sub.sub]]
name = "logs"
bare = false
standalone = [
"--details", "--follow", "--help", "--timestamps",
"-f", "-h", "-t",
]
valued = ["--since", "--tail", "--until", "-n"]
[[command.sub.sub]]
name = "ls"
standalone = [
"--all", "--help", "--last", "--latest", "--no-trunc",
"--quiet", "--size",
"-a", "-h", "-l", "-n", "-q", "-s",
]
valued = ["--filter", "--format", "-f"]
[[command.sub.sub]]
name = "port"
standalone = ["--help", "-h"]
[[command.sub.sub]]
name = "stats"
standalone = ["--all", "--help", "--no-stream", "--no-trunc", "-a", "-h"]
valued = ["--format"]
[[command.sub.sub]]
name = "top"
standalone = ["--help", "-h"]
[[command.sub]]
name = "context"
[[command.sub.sub]]
name = "inspect"
standalone = ["--help", "--no-trunc", "--quiet", "-h", "-q"]
valued = ["--filter", "--format", "-f"]
[[command.sub.sub]]
name = "ls"
standalone = ["--help", "--no-trunc", "--quiet", "-h", "-q"]
valued = ["--filter", "--format", "-f"]
[[command.sub.sub]]
name = "show"
standalone = ["--help", "--no-trunc", "--quiet", "-h", "-q"]
valued = ["--filter", "--format", "-f"]
[[command.sub]]
name = "diff"
standalone = ["--help", "-h"]
[[command.sub]]
name = "history"
standalone = ["--help", "--human", "--no-trunc", "--quiet", "-H", "-h", "-q"]
valued = ["--format"]
[[command.sub]]
name = "image"
[[command.sub.sub]]
name = "history"
standalone = ["--help", "--human", "--no-trunc", "--quiet", "-H", "-h", "-q"]
valued = ["--format"]
[[command.sub.sub]]
name = "inspect"
standalone = ["--help", "--size", "-h", "-s"]
valued = ["--format", "--type", "-f"]
[[command.sub.sub]]
name = "list"
standalone = [
"--all", "--digests", "--help", "--no-trunc", "--quiet",
"-a", "-h", "-q",
]
valued = ["--filter", "--format", "-f"]
[[command.sub.sub]]
name = "ls"
standalone = [
"--all", "--digests", "--help", "--no-trunc", "--quiet",
"-a", "-h", "-q",
]
valued = ["--filter", "--format", "-f"]
[[command.sub]]
name = "images"
standalone = [
"--all", "--digests", "--help", "--no-trunc", "--quiet",
"-a", "-h", "-q",
]
valued = ["--filter", "--format", "-f"]
[[command.sub]]
name = "info"
standalone = ["--help", "-h"]
valued = ["--format", "-f"]
[[command.sub]]
name = "inspect"
bare = false
standalone = ["--help", "--size", "-h", "-s"]
valued = ["--format", "--type", "-f"]
[[command.sub]]
name = "logs"
bare = false
standalone = [
"--details", "--follow", "--help", "--timestamps",
"-f", "-h", "-t",
]
valued = ["--since", "--tail", "--until", "-n"]
[[command.sub]]
name = "manifest"
[[command.sub.sub]]
name = "inspect"
bare = false
standalone = ["--help", "--size", "-h", "-s"]
valued = ["--format", "--type", "-f"]
[[command.sub]]
name = "network"
[[command.sub.sub]]
name = "inspect"
standalone = ["--help", "--no-trunc", "--quiet", "-h", "-q"]
valued = ["--filter", "--format", "-f"]
[[command.sub.sub]]
name = "ls"
standalone = ["--help", "--no-trunc", "--quiet", "-h", "-q"]
valued = ["--filter", "--format", "-f"]
[[command.sub]]
name = "port"
standalone = ["--help", "-h"]
[[command.sub]]
name = "ps"
standalone = [
"--all", "--help", "--last", "--latest", "--no-trunc",
"--quiet", "--size",
"-a", "-h", "-l", "-n", "-q", "-s",
]
valued = ["--filter", "--format", "-f"]
[[command.sub]]
name = "stats"
standalone = ["--all", "--help", "--no-stream", "--no-trunc", "-a", "-h"]
valued = ["--format"]
[[command.sub]]
name = "system"
[[command.sub.sub]]
name = "df"
standalone = ["--help", "-h"]
valued = ["--format", "-f"]
[[command.sub.sub]]
name = "info"
standalone = ["--help", "-h"]
valued = ["--format", "-f"]
[[command.sub]]
name = "top"
standalone = ["--help", "-h"]
[[command.sub]]
name = "version"
standalone = ["--help", "-h"]
valued = ["--format", "-f"]
[[command.sub]]
name = "volume"
[[command.sub.sub]]
name = "inspect"
standalone = ["--help", "--no-trunc", "--quiet", "-h", "-q"]
valued = ["--filter", "--format", "-f"]
[[command.sub.sub]]
name = "ls"
standalone = ["--help", "--no-trunc", "--quiet", "-h", "-q"]
valued = ["--filter", "--format", "-f"]
[[command]]
name = "podman"
url = "https://docs.podman.io/en/latest/Commands.html"
bare_flags = ["--help", "--version", "-V", "-h"]
[[command.sub]]
name = "buildx"
[[command.sub.sub]]
name = "--version"
bare = true
max_positional = 0
[[command.sub.sub]]
name = "inspect"
standalone = ["--help", "-h"]
[[command.sub.sub]]
name = "ls"
standalone = ["--help", "-h"]
[[command.sub.sub]]
name = "version"
standalone = ["--help", "-h"]
[[command.sub]]
name = "compose"
[[command.sub.sub]]
name = "--version"
bare = true
max_positional = 0
[[command.sub.sub]]
name = "config"
standalone = [
"--dry-run", "--hash", "--help", "--images", "--no-consistency",
"--no-interpolate", "--no-normalize", "--no-path-resolution",
"--profiles", "--quiet", "--resolve-image-digests",
"--services", "--volumes",
"-h", "-q",
]
valued = ["--format", "--output", "-o"]
[[command.sub.sub]]
name = "images"
standalone = ["--help", "-h"]
[[command.sub.sub]]
name = "ls"
standalone = ["--help", "-h"]
[[command.sub.sub]]
name = "ps"
standalone = [
"--all", "--help", "--no-trunc", "--orphans", "--quiet",
"--services",
"-a", "-h", "-q",
]
valued = ["--filter", "--format", "--status"]
[[command.sub.sub]]
name = "top"
standalone = ["--help", "-h"]
[[command.sub.sub]]
name = "version"
standalone = ["--help", "-h"]
[[command.sub]]
name = "container"
[[command.sub.sub]]
name = "diff"
standalone = ["--help", "-h"]
[[command.sub.sub]]
name = "inspect"
standalone = ["--help", "--size", "-h", "-s"]
valued = ["--format", "--type", "-f"]
[[command.sub.sub]]
name = "list"
standalone = [
"--all", "--help", "--last", "--latest", "--no-trunc",
"--quiet", "--size",
"-a", "-h", "-l", "-n", "-q", "-s",
]
valued = ["--filter", "--format", "-f"]
[[command.sub.sub]]
name = "logs"
bare = false
standalone = [
"--details", "--follow", "--help", "--timestamps",
"-f", "-h", "-t",
]
valued = ["--since", "--tail", "--until", "-n"]
[[command.sub.sub]]
name = "ls"
standalone = [
"--all", "--help", "--last", "--latest", "--no-trunc",
"--quiet", "--size",
"-a", "-h", "-l", "-n", "-q", "-s",
]
valued = ["--filter", "--format", "-f"]
[[command.sub.sub]]
name = "port"
standalone = ["--help", "-h"]
[[command.sub.sub]]
name = "stats"
standalone = ["--all", "--help", "--no-stream", "--no-trunc", "-a", "-h"]
valued = ["--format"]
[[command.sub.sub]]
name = "top"
standalone = ["--help", "-h"]
[[command.sub]]
name = "context"
[[command.sub.sub]]
name = "inspect"
standalone = ["--help", "--no-trunc", "--quiet", "-h", "-q"]
valued = ["--filter", "--format", "-f"]
[[command.sub.sub]]
name = "ls"
standalone = ["--help", "--no-trunc", "--quiet", "-h", "-q"]
valued = ["--filter", "--format", "-f"]
[[command.sub.sub]]
name = "show"
standalone = ["--help", "--no-trunc", "--quiet", "-h", "-q"]
valued = ["--filter", "--format", "-f"]
[[command.sub]]
name = "diff"
standalone = ["--help", "-h"]
[[command.sub]]
name = "history"
standalone = ["--help", "--human", "--no-trunc", "--quiet", "-H", "-h", "-q"]
valued = ["--format"]
[[command.sub]]
name = "image"
[[command.sub.sub]]
name = "history"
standalone = ["--help", "--human", "--no-trunc", "--quiet", "-H", "-h", "-q"]
valued = ["--format"]
[[command.sub.sub]]
name = "inspect"
standalone = ["--help", "--size", "-h", "-s"]
valued = ["--format", "--type", "-f"]
[[command.sub.sub]]
name = "list"
standalone = [
"--all", "--digests", "--help", "--no-trunc", "--quiet",
"-a", "-h", "-q",
]
valued = ["--filter", "--format", "-f"]
[[command.sub.sub]]
name = "ls"
standalone = [
"--all", "--digests", "--help", "--no-trunc", "--quiet",
"-a", "-h", "-q",
]
valued = ["--filter", "--format", "-f"]
[[command.sub]]
name = "images"
standalone = [
"--all", "--digests", "--help", "--no-trunc", "--quiet",
"-a", "-h", "-q",
]
valued = ["--filter", "--format", "-f"]
[[command.sub]]
name = "info"
standalone = ["--help", "-h"]
valued = ["--format", "-f"]
[[command.sub]]
name = "inspect"
bare = false
standalone = ["--help", "--size", "-h", "-s"]
valued = ["--format", "--type", "-f"]
[[command.sub]]
name = "logs"
bare = false
standalone = [
"--details", "--follow", "--help", "--timestamps",
"-f", "-h", "-t",
]
valued = ["--since", "--tail", "--until", "-n"]
[[command.sub]]
name = "manifest"
[[command.sub.sub]]
name = "inspect"
bare = false
standalone = ["--help", "--size", "-h", "-s"]
valued = ["--format", "--type", "-f"]
[[command.sub]]
name = "network"
[[command.sub.sub]]
name = "inspect"
standalone = ["--help", "--no-trunc", "--quiet", "-h", "-q"]
valued = ["--filter", "--format", "-f"]
[[command.sub.sub]]
name = "ls"
standalone = ["--help", "--no-trunc", "--quiet", "-h", "-q"]
valued = ["--filter", "--format", "-f"]
[[command.sub]]
name = "port"
standalone = ["--help", "-h"]
[[command.sub]]
name = "ps"
standalone = [
"--all", "--help", "--last", "--latest", "--no-trunc",
"--quiet", "--size",
"-a", "-h", "-l", "-n", "-q", "-s",
]
valued = ["--filter", "--format", "-f"]
[[command.sub]]
name = "stats"
standalone = ["--all", "--help", "--no-stream", "--no-trunc", "-a", "-h"]
valued = ["--format"]
[[command.sub]]
name = "system"
[[command.sub.sub]]
name = "df"
standalone = ["--help", "-h"]
valued = ["--format", "-f"]
[[command.sub.sub]]
name = "info"
standalone = ["--help", "-h"]
valued = ["--format", "-f"]
[[command.sub]]
name = "top"
standalone = ["--help", "-h"]
[[command.sub]]
name = "version"
standalone = ["--help", "-h"]
valued = ["--format", "-f"]
[[command.sub]]
name = "volume"
[[command.sub.sub]]
name = "inspect"
standalone = ["--help", "--no-trunc", "--quiet", "-h", "-q"]
valued = ["--filter", "--format", "-f"]
[[command.sub.sub]]
name = "ls"
standalone = ["--help", "--no-trunc", "--quiet", "-h", "-q"]
valued = ["--filter", "--format", "-f"]
[[command]]
name = "orbctl"
url = "https://docs.orbstack.dev/cli"
bare_flags = ["--help", "--version", "-V", "-h"]
[[command.sub]]
name = "config"
[[command.sub.sub]]
name = "get"
standalone = ["--help", "-h"]
[[command.sub.sub]]
name = "show"
standalone = ["--help", "-h"]
[[command.sub]]
name = "default"
bare = true
max_positional = 0
standalone = ["--help", "-h"]
[[command.sub]]
name = "doctor"
bare = true
max_positional = 0
standalone = ["--help", "-h"]
[[command.sub]]
name = "info"
bare = false
standalone = ["--help", "-h"]
valued = ["--format", "-f"]
[[command.sub]]
name = "list"
standalone = [
"--help", "--quiet", "--running",
"-h", "-q", "-r",
]
valued = ["--format", "-f"]
[[command.sub]]
name = "logs"
bare = false
standalone = ["--all", "--help", "-a", "-h"]
[[command.sub]]
name = "status"
standalone = ["--help", "-h"]
[[command.sub]]
name = "update"
bare = false
guard = "--check"
standalone = ["--check", "--help", "-h"]
[[command.sub]]
name = "version"
standalone = ["--help", "-h"]
[[command]]
name = "orb"
url = "https://docs.orbstack.dev/cli"
bare_flags = ["--help", "--version", "-V", "-h"]
[[command.sub]]
name = "config"
[[command.sub.sub]]
name = "get"
standalone = ["--help", "-h"]
[[command.sub.sub]]
name = "show"
standalone = ["--help", "-h"]
[[command.sub]]
name = "default"
bare = true
max_positional = 0
standalone = ["--help", "-h"]
[[command.sub]]
name = "doctor"
bare = true
max_positional = 0
standalone = ["--help", "-h"]
[[command.sub]]
name = "info"
bare = false
standalone = ["--help", "-h"]
valued = ["--format", "-f"]
[[command.sub]]
name = "list"
standalone = [
"--help", "--quiet", "--running",
"-h", "-q", "-r",
]
valued = ["--format", "-f"]
[[command.sub]]
name = "logs"
bare = false
standalone = ["--all", "--help", "-a", "-h"]
[[command.sub]]
name = "status"
standalone = ["--help", "-h"]
[[command.sub]]
name = "update"
bare = false
guard = "--check"
standalone = ["--check", "--help", "-h"]
[[command.sub]]
name = "version"
standalone = ["--help", "-h"]
[[command]]
name = "qemu-img"
url = "https://www.qemu.org/docs/master/tools/qemu-img.html"
bare_flags = ["--help", "--version", "-V", "-h"]
[[command.sub]]
name = "check"
bare = false
standalone = [
"--force-share", "--help", "--image-opts", "--quiet",
"-U", "-h", "-q",
]
valued = ["--cache", "--format", "--object", "--output", "-T", "-f"]
[[command.sub]]
name = "compare"
bare = false
standalone = [
"--force-share", "--help", "--image-opts", "--progress", "--quiet", "--strict",
"-U", "-h", "-p", "-q", "-s",
]
valued = ["--a-format", "--b-format", "--cache", "--object", "-F", "-T", "-f"]
[[command.sub]]
name = "info"
bare = false
standalone = [
"--backing-chain", "--force-share", "--help", "--image-opts", "--limits",
"-U", "-h",
]
valued = ["--cache", "--format", "--object", "--output", "-f", "-t"]
[[command.sub]]
name = "map"
bare = false
standalone = [
"--force-share", "--help", "--image-opts",
"-U", "-h",
]
valued = ["--format", "--max-length", "--object", "--output", "--start-offset", "-f", "-l", "-s"]
[[command.sub]]
name = "measure"
bare = false
standalone = [
"--force-share", "--help", "--image-opts",
"-U", "-h",
]
valued = [
"--format", "--object", "--output", "--size", "--snapshot", "--target-format",
"-O", "-f", "-l", "-o", "-s",
]
[[command.sub]]
name = "snapshot"
bare = false
standalone = [
"--force-share", "--help", "--image-opts", "--list", "--quiet",
"-U", "-h", "-l", "-q",
]
valued = ["--format", "--object", "-f"]