Unreleased Content
This page lists documentation that contains content not yet included in a formal release. The features or changes described may be available in the development version but are pending an official release.
What "Unreleased" Means
Pages marked as unreleased indicate that:
- Portions of the content, or possibly the entire page, may refer to functionality that has not yet been released
- The documentation was recently updated and those changes are not yet associated with a stable release
- Releases happen on a weekly cadence — you can expect these changes to be associated with a formal release soon
Once a release is published that includes the documented changes, the "Unreleased" badge will automatically be removed.
Currently Unreleased Documentation
The following documentation pages have changes that are not yet included in a release:
This list was generated on February 11, 2026.
- !terraform.state
The FASTEST way to retrieve Terraform outputs - reads directly from state backends without initializing Terraform or downloading providers
- Affected Stacks
Identify the affected stacks and components in a pull request
- atmos describe affected
This command produces a list of the affected Atmos components and stacks given two Git commits.
- atmos list affected
Use this command to list affected components and stacks between Git commits in a table format
- atmos terraform shell
This command starts a new `SHELL` configured with the environment for an Atmos component in a stack to allow execution of all native terraform commands inside the shell without using any atmos-specific arguments and flags. This may by helpful to debug a component without going through Atmos.
- Automatic Backend Provisioning
Automatically provision Terraform backend infrastructure with Atmos.
- Helmfile Configuration
Configure Helmfile component behavior in atmos.yaml.
- Workflows
Configure the base path for Atmos workflow definitions.
Stay Updated
To know when unreleased features become available:
- Watch the Changelog — All releases are documented with their changes
- Follow GitHub Releases — Get notified of new releases
- Join our Slack Community — Discuss upcoming features with the team
Related
- Changelog — View recent releases and changes
- Experimental Features — Features under active development
- Roadmap — View our product roadmap