.env file into your repository.
Install and sign in
Install the CLI once, then useairctrl login to save your human setup in your Windows user profile.
.airctrl\config.json.
Run a read-only command first to confirm the selected account:
Run an application with record values
Pass a project ID and the command after--. The CLI reads only the records you can access, decrypts them locally, and starts the child process with those values in its environment.
.env file.
Use a Service Account
For unattended work, load the active Service Account credential bundle through your CI or local secret mechanism. Keep all bundle fields together; partial or mixed credentials fail before makes a request. The CLI overview lists the configuration names used by the CLI.Diagnose a failure
Check$LASTEXITCODE instead of parsing terminal prose. A non-zero result means the command did not complete.