Skip to content

Commit 79b8886

Browse files
committed
chore: rename CLI command from to
1 parent d81d9a0 commit 79b8886

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ sha2 = "0.10"
1717
tempfile = "3.20.0"
1818

1919
[[bin]]
20-
name = "spacearth-dtn"
20+
name = "sdtn"
2121
path = "src/bin/cli.rs"

README.ja.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@ Bundle Protocolのバンドルを作成・管理するためのコマンドラ
3535
cargo build --release
3636

3737
# バンドルの作成
38-
spacearth-dtn insert --message "Hello, DTN!"
38+
sdtn insert --message "Hello, DTN!"
3939

4040
# すべてのバンドルを表示
41-
spacearth-dtn list
41+
sdtn list
4242

4343
# バンドルの詳細表示(部分IDを使用)
44-
spacearth-dtn show --id <partial_id>
44+
sdtn show --id <partial_id>
4545

4646
# すべてのバンドルを宛先に送信
47-
spacearth-dtn dispatch
47+
sdtn dispatch
4848
```
4949

5050
設定は`config/default.toml`で管理され、環境変数で上書き可能です:

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@ A command-line tool for creating and managing Bundle Protocol bundles is availab
3838
cargo build --release
3939

4040
# Create a bundle
41-
spacearth-dtn insert --message "Hello, DTN!"
41+
sdtn insert --message "Hello, DTN!"
4242

4343
# List all bundles
44-
spacearth-dtn list
44+
sdtn list
4545

4646
# Show bundle details (using partial ID)
47-
spacearth-dtn show --id <partial_id>
47+
sdtn show --id <partial_id>
4848

4949
# Dispatch all bundles to the destination
50-
spacearth-dtn dispatch
50+
sdtn dispatch
5151
```
5252

5353
Configuration is managed in `config/default.toml` and can be overridden with environment variables:

0 commit comments

Comments
 (0)