doc/user/content/integrations/cli/reference/app-password.md
The mz app-password command manages app passwords for your user account.
createCreate an app password.
mz app-password create <NAME> [options...]
| Argument | Environment variables | Description |
|---|---|---|
<NAME> | Set the name of the app password. If unspecified, mz automatically generates a name. | |
--profile=<PROFILE> | MZ_PROFILE | Use the specified authentication profile. |
Create an app password for a continuous integration tool:
$ mz app-password create CI
mzp_f283gag2t3...
list, lsList all app passwords.
mz app-password {list,ls} [options...]
| Argument | Environment variables | Description |
|---|---|---|
--profile=<PROFILE> | MZ_PROFILE | Use the specified authentication profile. |
List all app passwords:
mz app-password list
Name | Created at
------------|-----------------
personal | January 21, 2022
CI | January 23, 2022
{{% cli-global-args %}}