Skip to content

Commit 438a237

Browse files
committed
update readme
1 parent b5ba181 commit 438a237

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,17 @@ Store a key with `loops auth login --name <name>`. Run this again with a differe
5656

5757
Use `--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

6561
When multiple keys are available, the CLI resolves them in this order:
6662

6763
1. `LOOPS_API_KEY` env var
6864
1. `--team` flag
6965
1. 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. |

0 commit comments

Comments
 (0)