| Crates.io | syntarq-cli |
| lib.rs | syntarq-cli |
| version | 0.1.0 |
| created_at | 2025-10-18 18:43:06.220767+00 |
| updated_at | 2025-10-18 18:43:06.220767+00 |
| description | Command-line interface for Syntarq identity management |
| homepage | https://syntarq.org |
| repository | https://github.com/syntarq/syntarq-core |
| max_upload_size | |
| id | 1889520 |
| size | 80,315 |
Command-line interface for the Syntarq identity management system.
Syntarq CLI provides a user-friendly interface to manage cryptographic identities, derive service keys, and test cryptographic operations.
cargo install syntarq-cli
Or build from source:
cargo build --release
cd target/release
./syntarq --help
syntarq init
syntarq info <identity-id>
syntarq test-crypto
init - Initialize a new Syntarq identityinfo - Display information about an identitytest-crypto - Run cryptographic operation testsThe CLI stores identity data in your system's standard configuration directory:
~/.config/syntarq/~/Library/Application Support/com.syntarq.cli/%APPDATA%\syntarq\MIT OR Apache-2.0