File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,12 +6,21 @@ CLI for the [MotherDuck REST API](https://motherduck.com/docs/sql-reference/rest
66
77Pre-built binaries are available for Linux and macOS via Python. Windows users should install via ` cargo ` or use macOS/Linux.
88
9+ uv:
10+
911``` bash
10- # Python (PyPI) — includes pre-built wheels for Linux and macOS
1112uv tool install dkdc-md-cli
13+ ```
14+
15+ uvx:
16+
17+ ``` bash
1218uvx --from dkdc-md-cli md
19+ ```
20+
21+ cargo:
1322
14- # Rust (crates.io)
23+ ``` bash
1524cargo install dkdc-md-cli
1625```
1726
@@ -31,8 +40,6 @@ Token resolution order (first non-empty wins):
31404 . ` motherduck_api_key `
32415 . ` MOTHERDUCK_API_KEY `
3342
34- You can also pass in ` --token ` to commands.
35-
3643## Usage
3744
3845```
Original file line number Diff line number Diff line change 22
33[package ]
44name = " dkdc-md-cli-py"
5- version = " 0.1.2 "
5+ version = " 0.1.3 "
66edition = " 2024"
77authors = [" Cody <cody@dkdc.dev>" ]
88license = " MIT"
Original file line number Diff line number Diff line change 22
33[package ]
44name = " dkdc-md-cli"
5- version = " 0.1.2 "
5+ version = " 0.1.3 "
66edition = " 2024"
77rust-version = " 1.93"
88authors = [" Cody <cody@dkdc.dev>" ]
Original file line number Diff line number Diff line change 11[project ]
22name = " dkdc-md-cli"
3- version = " 0.1.2 "
3+ version = " 0.1.3 "
44description = " CLI for the MotherDuck REST API"
55requires-python = " >=3.11"
66license = " MIT"
You can’t perform that action at this time.
0 commit comments