# CI Systems

# Use the CLI with CI systems.

RELE.AI CLI requires a browser to complete authentication, but the CLI is fully compatible with CI and other headless environments.

  1. On a machine with a browser, install the RELE.AI Official CLI.

  2. Start the signin process by running the following command:

rb auth:login-ci
  1. Visit the URL provided, then log in using a Google account.

  2. You will get a new token (opens new window) printed on the screen.

  3. Store the output token in a secure but accessible way in your CI system.

  4. Use this token when running CLI commands:

Run all CLI commands with the --token TOKEN flag in your CI system.

You can also use -T TOKEN as a shortcut. For example:

rb deploy:user -T {TOKEN}