Installation
The CLI is published to npm as medialocker and runs on Node.js ≥ 22.
Install globally
bash
npm install -g medialockerThis puts a medialocker binary on your PATH. With pnpm or yarn:
bash
pnpm add -g medialocker
yarn global add medialockerRun without installing
bash
npx medialocker --helpnpx downloads and runs the latest version on demand — handy for CI or one-off commands.
Verify
bash
medialocker --version
medialocker --help--help prints the banner and the full list of command groups. Every group also has its own help, e.g. medialocker media --help.
Upgrade
bash
npm install -g medialocker@latestRelease notes and tagged versions are on GitHub.
Next steps
- Configuration & Auth — connect the CLI to your organization
- Command Reference — what every command does