linkerd2/cli
Alex Leong bc84368d85
chore(CLI): Remove unused alpha CLI subcommand
The Linkerd CLI has a `alpha` subcommand that was previously used to hold experimental subcommands such as ones related to SMI.  All experimental subcommands have been removed and therefore the `alpha` subcommand is empty. This causes a pointless section to be printed at the end of the linkerd CLI usage help:

```
[...]
Additional help topics:
  linkerd alpha        experimental subcommands for Linkerd

Use "linkerd [command] --help" for more information about a command.
```

We remove this empty command so that it no longer shows up in the usage help:

```
Use "linkerd [command] --help" for more information about a command.
```

Signed-off-by: Alex Leong <alex@buoyant.io>
2025-05-12 11:44:48 -07:00
..
cmd chore(CLI): Remove unused alpha CLI subcommand 2025-05-12 11:44:48 -07:00
flag Introduce LINKERD_DOCKER_REGISTRY and flexibilize CI workflows (#6782) 2021-09-01 13:39:05 -05:00
table Add viz stat-inbound and viz stat-outbound commands (#12994) 2024-08-29 12:31:16 -07:00
Dockerfile build(deps): bump linkerd/dev from v43 to v44 (#13428) 2024-12-06 11:38:36 -08:00
main.go Add `gosec` and `errcheck` lints (#7954) 2022-03-03 10:09:51 -07:00