Releases: rorlikowski/stepyard
Releases · rorlikowski/stepyard
v0.1.2
Stepyard v0.1.2
Small CLI polish release.
Fix: deleted flows in stepyard status
Flows removed from flows/ but still present in the local SQLite history are now rendered with dimmed text and status ● not found.
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Stepyard v0.1.0
First public release of Stepyard - a local-first automation runner for developer workflows.
This version introduces the initial core of Stepyard:
- YAML-based workflow definitions
- Python-powered automation steps
- CLI-first usage
- local execution
- service mode for long-running automations
- basic project initialization
- PyPI package distribution
- initial documentation
Install:
pip install stepyardQuick start:
stepyard init my-automations
cd my-automations
stepyard run helloRun Stepyard as a long-running service:
stepyard service start --foregroundFeedback, issues and workflow ideas are welcome.