upbound / up

The @upbound CLI
Apache License 2.0
49 stars 42 forks source link

Expose new commands in usage #488

Closed RedbackThomson closed 2 months ago

RedbackThomson commented 2 months ago

What happened?

up ctx is not shown when running up --help. Since up ctx has graduated out of alpha, it should be shown.

How can we reproduce it?

./_output/bin/darwin_arm64/up --help
Usage: up <command>

The Upbound CLI

Flags:
  -h, --help                Show context-sensitive help.
      --format="default"    Format for get/list commands. Can be: json, yaml, default
  -q, --quiet               Suppress all output.
      --pretty              Pretty print output.

Commands:
  license                Print Up license information.
  help                   Show help.
  login                  Login to Upbound.
  logout                 Logout of Upbound.
  configuration (cfg)    Interact with configurations.
  space                  Interact with Spaces.
  group                  Interact with groups inside Spaces.
  organization (org)     Interact with Upbound organizations.
  profile                Interact with Upbound profiles or local Spaces.
  repository (repo)      Interact with repositories.
  robot                  Interact with robots.
  uxp                    Interact with UXP.
  xpkg                   Interact with UXP packages.
  xpls                   Start xpls language server.
  alpha                  Alpha features. Commands may be removed in future releases.
  install-completions    Install shell completions
  version                Print the client and server version information for the current context.

What environment did it happen in?