Skip to content

Releases: rorlikowski/stepyard

v0.1.2

14 Jun 21:22

Choose a tag to compare

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

14 Jun 20:58

Choose a tag to compare

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 stepyard

Quick start:

stepyard init my-automations
cd my-automations
stepyard run hello

Run Stepyard as a long-running service:

stepyard service start --foreground

Feedback, issues and workflow ideas are welcome.