Skip to main content

Crate cyphr_cli

Crate cyphr_cli 

Source
Expand description

Cyphr CLI library components.

This module exposes the CLI types for potential reuse in tests or other tools.

Modules§

commands
Command implementations.
keystore
Keystore abstraction for private key storage.

Structs§

Cli
Cyphr identity protocol CLI.

Enums§

Commands
Top-level subcommands.
Error
CLI error type. Replaces Box<dyn Error> throughout the CLI crate.
KeyCommands
Key management subcommands.
OutputFormat
Output format for command results.
TxCommands
ParsedCoz subcommands.

Type Aliases§

Result
CLI result type alias.