File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,14 +56,17 @@ Store a key with `loops auth login --name <name>`. Run this again with a differe
5656
5757Use ` --team <name> ` on any command to pick a specific stored key.
5858
59- ### Environment variable
60-
61- Set ` LOOPS_API_KEY ` to use a key directly — useful for CI or when keyring storage isn't available.
62-
6359### Precedence
6460
6561When multiple keys are available, the CLI resolves them in this order:
6662
67631 . ` LOOPS_API_KEY ` env var
68641 . ` --team ` flag
69651 . The current default (set via ` loops auth use ` )
66+
67+ ## Environment variables
68+
69+ | Variable | Description |
70+ | --- | --- |
71+ | ` LOOPS_API_KEY ` | API key to use directly — useful for CI or when keyring storage isn't available. |
72+ | ` NO_COLOR ` | Set to ` 1 ` to disable color output. ` 0 ` or unset leaves color on. |
You can’t perform that action at this time.
0 commit comments