stem_cli 0.1.0
stem_cli: ^0.1.0 copied to clipboard
Command-line tooling for Stem that orchestrates Redis and Postgres adapters.
0.1.0 #
- Updated CLI adapter wiring and docker test stack to the Ormed-backed integrations.
- Added workflow agent help output to document required configuration.
- Added cloud configuration helpers and revoke-store factory wiring.
- Improved auth token handling in CLI utilities and expanded tests.
- Updated README/Justfile guidance and refreshed dependencies.
0.1.0-alpha.4 #
- Introduced the
stem wfcommand group for starting runs, listing history and suspended waiters, showing checkpoints, cancelling/rewinding, and emitting events so operators can drive Durable Workflows end-to-end from the CLI. - Added
stem tasks lsto print registered task metadata (description, tags, idempotency) or emit JSON for automation, making registries auditable before deploys. - Extended
stem healthto probe Postgres result backends alongside Redis, surfacing backend-specific diagnostics. - Aligned dependencies with the workflow clock release so
stem testand the docker-backed suites exercise deterministic runtime stores.
0.1.0-alpha.3 #
- Initial release after extracting CLI tooling from the core
stempackage. - Provides
stemcommand with support for Redis/Postgres adapters and dockerised test stack.