awslabs / seed-farmer

Seed-Farmer is an orchestration tool that works with AWS CodeSeeder and acts as an orchestration tool modeled after GitOps deployments. It has a CommandLine Interface based in Python, leverages modular code deployments defined by declarative manifests, and includes change detection and deployment optimization.
https://seed-farmer.readthedocs.io/en/latest/
Apache License 2.0
43 stars 15 forks source link

[FEATURE] JSON Schema for Module Manifest #612

Closed dgraeber closed 1 month ago

dgraeber commented 1 month ago

Currently there is support for getting the deployment manifest schema. This has the module manifest schema embedded.

I would like to have a schema of just the module manifest also.