Find instructions on how to perform common tasks using the Tanzu Service Mesh CLI. Download and Install the CLIHere you can find instructions on how to download and install the Tanzu Service Mesh CLI. Log in to the Tanzu Service Mesh CLITo start using the Tanzu Service Mesh CLI, you must log in to the SaaS endpoint on which you want to perform actions. Get a List of CLI Commands and Get Help on a CommandYou can get a list of the commands in the Tanzu Service Mesh CLI and get Help on a specific command. Create a Declarative Manifest Based on a Tanzu Service Mesh API SpecificationYou can run a CLI command to retrieve the corresponding API specification from Tanzu Service Mesh SaaS. Based on the API specification, you can describe a configuration that creates a Tanzu Service Mesh object, such as a global namespace, or a policy, such as an access control policy, in a declarative manifest file. Use an Existing Object or Policy Configuration to Create a ManifestUsing the Tanzu Service Mesh CLI, you can retrieve the configuration of an existing object or a policy and create another manifest based on the existing configuration. Create a Global NamespaceTo create a global namespace, you must combine multiple API groups, making sure that each API group has its own API manifest. Create an Access Control PolicyUsing the Tanzu Service Mesh CLI, you can retrieve all the API specifications that make up an access control policy configuration from Tanzu Service Mesh SaaS. You can combine these specifications in a declarative manifest file to describe a complete access control policy configuration. Apply a Configuration to Tanzu Service Mesh SaaS Using the CLIUsing the Tanzu Service Mesh CLI, you can apply the configuration from a declarative manifest file to your Tanzu Service Mesh tenant. After the configuration is applied, a defined object, such as a global namespace, or a defined policy, such as an access control policy, is created or updated on the clusters that match the selection criteria in the configuration. Debug Problems with a Manifest FileIf a declarative manifest file is not applied because of an error, you can rerun the manifest application CLI command with a debugging option to see the error in the output, correct the error, and then re-apply the manifest. Delete an Object or a Policy from Tanzu Service Mesh SaaS Using the CLIUsing the Tanzu Service Mesh CLI, you can remove an object, such as a global namespace, or a policy, such as an access control policy, from the configuration in your Tanzu Service Mesh tenant. Parent topic: Tanzu Service Mesh CLI