File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -17,5 +17,5 @@ sha2 = "0.10"
1717tempfile = " 3.20.0"
1818
1919[[bin ]]
20- name = " spacearth-dtn "
20+ name = " sdtn "
2121path = " src/bin/cli.rs"
Original file line number Diff line number Diff line change @@ -35,16 +35,16 @@ Bundle Protocolのバンドルを作成・管理するためのコマンドラ
3535cargo 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 ` で管理され、環境変数で上書き可能です:
Original file line number Diff line number Diff line change @@ -38,16 +38,16 @@ A command-line tool for creating and managing Bundle Protocol bundles is availab
3838cargo 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
5353Configuration is managed in ` config/default.toml ` and can be overridden with environment variables:
You can’t perform that action at this time.
0 commit comments