You can get a list of the commands in the Tanzu Service Mesh CLI and get Help on a specific command.
Procedure
- To get a list of the commands in the CLI and the flags available for all the commands, run the following CLI command.
tanzu sm -h
Where sm
is the alias for the Tanzu Service Mesh plugin in the Tanzu CLI. You can replace sm
with service-mesh
. You can replace the -h
flag with --help
.
- To get Help on a command, run the following command.
To get Help on the apply
command, run the following command.
tanzu sm apply -h