You can get a list of the commands in the Tanzu Service Mesh CLI and get Help on a specific command.

Prerequisites

Procedure

  1. 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.

  2. To get Help on a command, run the following command.
    tanzu sm {command} -h

    To get Help on the apply command, run the following command.

    tanzu sm apply -h