dew/packages/infra
2026-05-05 01:42:08 -04:00
..
lib Expose infra commands as MCP tools 2026-05-05 00:58:38 -04:00
schemas Fix infra samples from local verification 2026-05-05 00:41:28 -04:00
test Expose infra commands as MCP tools 2026-05-05 00:58:38 -04:00
CHANGELOG.md Prepare 0.4.0 release 2026-05-05 01:42:08 -04:00
LICENSE Prepare 0.4.0 release 2026-05-05 01:42:08 -04:00
pubspec.yaml Prepare 0.4.0 release 2026-05-05 01:42:08 -04:00
README.md Prepare 0.4.0 release 2026-05-05 01:42:08 -04:00

dew_infra

Infrastructure service management for the Dew CLI.

dew_infra discovers service manifests under .project/infrastructure, validates referenced Quadlet files and JSON Schemas, and manages Podman Quadlets through systemd. It is designed around a runtime boundary so Dew can support additional container runtimes in later releases.

Most users should install the dew CLI package instead:

dart pub global activate dew

See the main Dew documentation for the dew infra command reference:

https://github.com/artificerchris/dew#readme

License

MIT — see LICENSE.