REFERENCEReference
Command reference
Everything the CLI does, in one table. Run movitera <command> --help for full help in the terminal.
Global flags
| Flag | Description |
|---|---|
| --version, -V | Show the version and exit. |
| --install-completion | Install completion for the current shell. |
| --show-completion | Print the completion script. |
| --help, -h | Show help. |
Commands
| Command | Purpose | Important options |
|---|---|---|
| movitera | Open the TUI on an interactive terminal; print help in CI or pipes. | --version, -V |
| movitera tui | Open the interactive terminal UI. | -h, --help |
| movitera login | Store a vault personal access token. | --token, --stdin |
| movitera logout | Remove the stored token. | -h, --help |
| movitera whoami | Show the API endpoint, auth source, default team, and connectivity. | -h, --help |
| movitera team list | List teams available to the token. | -h, --help |
| movitera team use QUERY | Save a default team by name, slug, or id. | -h, --help |
| movitera team show | Show the saved default team. | -h, --help |
| movitera team clear | Forget the saved default team. | -h, --help |
| movitera creds list | List credential metadata. Secret values are not shown. | --team, -t; --env; --search, -s |
| movitera run | Execute a child process with ENV_BUNDLE values in its environment. | --credential, -c; --team, -t |
| movitera secrets pull | Print or write the dotenv body for an ENV_BUNDLE credential. | --credential, -c; --team, -t; --output, -o |
| movitera totp [CREDENTIAL_ID] | Print the current TOTP code for a credential. | --team, -t |
| movitera config | Show local paths and the default team. | -h, --help |