CLI Authentication
The prb auth commands manage authentication credentials for the Probo CLI. You need to authenticate before using any other commands.
-
Run the login command
Terminal window prb auth loginIn interactive mode, you’ll be prompted for:
- Hostname — your Probo instance URL (default:
app.getprobo.com) - Authentication token — your API token
- Organization — the organization to use by default
- Hostname — your Probo instance URL (default:
-
Or provide values directly
Terminal window prb auth login --hostname app.getprobo.com --token YOUR_TOKEN --org YOUR_ORG_ID
| Flag | Default | Description |
|---|---|---|
--hostname | app.getprobo.com | Probo instance hostname |
--token | — | Authentication token |
--org | — | Default organization ID |
Check status
Section titled “Check status”View authentication status for all configured hosts:
prb auth statusThis displays the active host, token validity, and selected organization.
Logout
Section titled “Logout”Remove stored credentials for a host:
prb auth logoutIn interactive mode, you can select which host to log out of when multiple hosts are configured.
| Flag | Description |
|---|---|
--hostname | Specific host to log out of |