flyctl icon indicating copy to clipboard operation
flyctl copied to clipboard

Fix typo in domains subcommand listing

Open backspace opened this issue 1 year ago • 0 comments

Change Summary

What and Why:

This changes fly domains disable to fly domains add, which appears to be what the subcommand actually invokes. I noticed the discrepancy in this output:

❯ fly domains
Command "domains" is deprecated, `fly domains` will be removed in a future release
Manage domains Notice: this feature is deprecated and no longer supported.
You can still view existing domains, but registration is no longer
possible.

Usage:
  flyctl domains [command]

Available Commands:
  disable     Add a domain
  list        List domains
  show        Show domain

How:

Since the function is newDomainsAdd and the function it calls is runDomainsCreate, this changes the description to match.

Related to:


Documentation

  • [ ] Fresh Produce
  • [ ] In superfly/docs, or asked for help from docs team
  • [ ] n/a

backspace avatar Jan 20 '24 23:01 backspace