# 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.
On a machine with a browser, install the RELE.AI Official CLI.
Start the signin process by running the following command:
rb auth:login-ci
Visit the URL provided, then log in using a Google account.
You will get a new token (opens new window) printed on the screen.
Store the output token in a secure but accessible way in your CI system.
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}