ryra 0.8.6

A tool to test and deploy self-hosted services on a Linux server using rootless Podman and systemd. Built-in VM testing gives AI agents fast feedback loops for building infrastructure and deploying apps.
1
2
3
4
5
//! Step execution lives in `ryra_core::system::apply` so every frontend
//! (CLI, HTTP API) shares one executor. This shim keeps the
//! long-standing `cli::apply::*` call sites working.

pub use ryra_core::system::apply::*;