Skip to content

Commit 7f68b70

Browse files
docs: fix token resolution order and remove stale script reference (#8)
Co-authored-by: Cody <cody@dkdc.io> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 22397a5 commit 7f68b70

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

AGENTS.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,11 @@ This creates a temporary service account, exercises duckling config (pulse -> st
5555
## authentication
5656

5757
Token resolution order (first non-empty wins):
58-
1. `motherduck_token` env var
59-
2. `MOTHERDUCK_TOKEN` env var
60-
3. `motherduck_api_key` env var
61-
4. `MOTHERDUCK_API_KEY` env var
58+
1. `--token` flag (pass `-` to read from stdin)
59+
2. `motherduck_token` env var
60+
3. `MOTHERDUCK_TOKEN` env var
61+
4. `motherduck_api_key` env var
62+
5. `MOTHERDUCK_API_KEY` env var
6263

6364
## CLI reference
6465

@@ -95,7 +96,6 @@ Public repo: `dkdc-io/md-cli`
9596

9697
Release: tag `v*.*.*` triggers both workflows. PyPI uses OIDC trusted publishing.
9798

98-
Sync to public repo: `bin/sync-public-repo` (optional `--release` flag to tag).
9999

100100
## conventions
101101

0 commit comments

Comments
 (0)