Skip to content About The people and vision powering Probo Blog The latest news from Probo Stories Hear from our customers Changelog Latest product updates Docs Documentation for Probo GitHub Explore our open-source compliance tools

CLI Authentication

The prb auth commands manage authentication credentials for the Probo CLI. You need to authenticate before using any other commands.

  1. Run the login command

    Terminal window
    prb auth login

    In 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
  2. Or provide values directly

    Terminal window
    prb auth login --hostname app.getprobo.com --token YOUR_TOKEN --org YOUR_ORG_ID
FlagDefaultDescription
--hostnameapp.getprobo.comProbo instance hostname
--tokenAuthentication token
--orgDefault organization ID

View authentication status for all configured hosts:

Terminal window
prb auth status

This displays the active host, token validity, and selected organization.

Remove stored credentials for a host:

Terminal window
prb auth logout

In interactive mode, you can select which host to log out of when multiple hosts are configured.

FlagDescription
--hostnameSpecific host to log out of