| Crates.io | specman-cli |
| lib.rs | specman-cli |
| version | 2.2.0 |
| created_at | 2025-12-02 20:02:54.976324+00 |
| updated_at | 2026-01-20 20:13:16.920968+00 |
| description | Command-line interface for SpecMan workspaces |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1962569 |
| size | 143,835 |
The SpecMan CLI exposes the SpecMan runtime features (dependency mapping, templating, lifecycle automation) through a command-line binary for managing SpecMan workspaces.
specman façade)Install via Cargo:
cargo install specman-cli
For the authoritative list of commands, semantics, and exit-code guarantees, see the CLI specification:
https://github.com/justinbrick/specman/blob/main/spec/specman-cli/spec.md
You can also run specman --help to list available commands and specman <command> --help for per-command usage.
# Initialize at the current directory
specman init
# Initialize a specific path or reuse an existing workspace there
specman init /path/to/workspace
# Plan without writing
specman init --workspace /path/to/workspace --dry-run
Development and roadmap updates live in the main SpecMan repository: