Initialize an Atmos project from a proven starting point
Initializing a project should establish a useful local starting point, not leave a developer with an empty directory and a list of conventions to reconstruct. Modern development platforms provide an initialization workflow: developers select a known-good example or template, create the project locally, and make the next action obvious. Atmos provides that workflow for infrastructure projects.
The atmos init command initializes an Atmos project from a template chosen for the job at hand:
a minimal cloud-agnostic project, an AWS application SDLC project, or a cloud landing zone. Each
template creates the configuration, structure, and operational path appropriate to that project
rather than asking every team to assemble it from scratch.




