REFERENCEReference

Command reference

This reference summarizes the help metadata from the movitera 0.4.0 binary. Use movitera <command> --help for full Typer help in the terminal.

Global flags

FlagDescription
--version, -VShow the version and exit.
--install-completionInstall completion for the current shell.
--show-completionPrint the completion script.
--help, -hShow help.

Commands

CommandPurposeImportant options
moviteraOpen the TUI on an interactive terminal; print help in CI or pipes.--version, -V
movitera tuiOpen the interactive terminal UI.-h, --help
movitera loginStore a vault personal access token.--token, --stdin
movitera logoutRemove the stored token.-h, --help
movitera whoamiShow the API endpoint, auth source, default team, and connectivity.-h, --help
movitera team listList teams available to the token.-h, --help
movitera team use QUERYSave a default team by name, slug, or id.-h, --help
movitera team showShow the saved default team.-h, --help
movitera team clearForget the saved default team.-h, --help
movitera creds listList credential metadata. Secret values are not shown.--team, -t; --env; --search, -s
movitera runExecute a child process with ENV_BUNDLE values in its environment.--credential, -c; --team, -t
movitera secrets pullPrint 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 configShow local paths and the default team.-h, --help

Local files

FileContents
System keyringPAT saved by login when an OS backend is available.
~/.config/movitera/tokenPAT fallback with mode 0600.
~/.config/movitera/config.jsondefaultTeamId and defaultTeamName.

Next