Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,11 @@ This creates a temporary service account, exercises duckling config (pulse -> st
## authentication

Token resolution order (first non-empty wins):
1. `motherduck_token` env var
2. `MOTHERDUCK_TOKEN` env var
3. `motherduck_api_key` env var
4. `MOTHERDUCK_API_KEY` env var
1. `--token` flag (pass `-` to read from stdin)
2. `motherduck_token` env var
3. `MOTHERDUCK_TOKEN` env var
4. `motherduck_api_key` env var
5. `MOTHERDUCK_API_KEY` env var

## CLI reference

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

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

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

## conventions

Expand Down
Loading