GETTING STARTEDGuide

Install the CLI

Install the movitera-cli package and confirm that the movitera command responds before authenticating.

Before you start

  • Python 3.11 or newer.
  • Access to Movitera® Vault.
  • A terminal that can reach https://api.movitera.com.

Install with pipx

pipx installs the CLI in an isolated environment and exposes the binary on your PATH.

bash
$ pipx install movitera-cli
installed package movitera-cli 0.4.0, installed using Python 3.11
  - movitera

Other channels

bash
$ uv tool install movitera-cli
$ python -m pip install movitera-cli
$ uvx --from movitera-cli movitera --help

Verify

bash
$ movitera --version
movitera 0.4.0

If the command is missing

Open a new terminal and confirm that the pipx, uv, or pip binary directory is on PATH.

Next