Skip to content

Commit 6f26e21

Browse files
sync from internal repository
1 parent c191881 commit 6f26e21

4 files changed

Lines changed: 14 additions & 7 deletions

File tree

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,21 @@ CLI for the [MotherDuck REST API](https://motherduck.com/docs/sql-reference/rest
66

77
Pre-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
1112
uv tool install dkdc-md-cli
13+
```
14+
15+
uvx:
16+
17+
```bash
1218
uvx --from dkdc-md-cli md
19+
```
20+
21+
cargo:
1322

14-
# Rust (crates.io)
23+
```bash
1524
cargo install dkdc-md-cli
1625
```
1726

@@ -31,8 +40,6 @@ Token resolution order (first non-empty wins):
3140
4. `motherduck_api_key`
3241
5. `MOTHERDUCK_API_KEY`
3342

34-
You can also pass in `--token` to commands.
35-
3643
## Usage
3744

3845
```

dkdc-md-cli-py/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "dkdc-md-cli-py"
5-
version = "0.1.2"
5+
version = "0.1.3"
66
edition = "2024"
77
authors = ["Cody <cody@dkdc.dev>"]
88
license = "MIT"

dkdc-md-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "dkdc-md-cli"
5-
version = "0.1.2"
5+
version = "0.1.3"
66
edition = "2024"
77
rust-version = "1.93"
88
authors = ["Cody <cody@dkdc.dev>"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dkdc-md-cli"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "CLI for the MotherDuck REST API"
55
requires-python = ">=3.11"
66
license = "MIT"

0 commit comments

Comments
 (0)