Skip to content
Paquetier

CLI: Installation & Login

The paquetier CLI lets you upload packages, manage repositories, and interact with your Paquetier instance from the terminal.

Download the latest paquetier binary for your platform from your Paquetier instance or the release page.

The CLI is a single static binary with no external dependencies.

The recommended approach for CI/CD and automation:

paquetier login --token paquetier_your_api_key --server https://paquetier.example.com

After login, the CLI stores your authentication token locally so you don’t need to authenticate on every command.

After logging in, you can verify your connection by listing repositories:

paquetier repo list