Releases: RoseSecurity/atmos.nvim
v0.5.0
v0.4.0
What's Changed
- feat: support new atmos list commands by @RoseSecurity in #3
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- add the ability to list atmos stack variables by @RoseSecurity in #2
New Contributors
- @RoseSecurity made their first contribution in #2
Full Changelog: v0.2.0...v0.3.0
v0.2.0
🚀 To the Moon
This version introduces the ability to validate Atmos stacks within Neovim. It utilizes Atmos' functionality and displays the result of validating a stack!
Full Changelog: v0.1.0...v0.2.0
v0.1.0
🚀 To the Moon
Atmos is a powerful infrastructure-as-code (IaC) tool that simplifies the management of cloud resources across multiple environments. It introduces two key concepts:
Stacks: Configuration blueprints that describe a cohesive collection of components. Stacks automate the deployment, management, and teardown of Terraform resources, ensuring uniform setups across different environments (e.g., development, staging, production).
Components: The building blocks of your infrastructure. Components define the business logic for provisioning common pieces of infrastructure, such as ECR repositories or EKS clusters.
This plugin enhances your Atmos workflow by providing quick and easy navigation of your Atmos stacks and components within Neovim.
Full Changelog: https://github.com/RoseSecurity/atmos.nvim/commits/v0.1.0