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 August 4, 2026.
- atmos auth logout
Remove locally cached credentials and session data
- atmos aws eks update-kubeconfig
Use this command to download `kubeconfig` from an EKS cluster and saves it to a file.
- atmos ci validate
Validate GitHub Actions workflow files with the built-in actionlint integration.
- atmos container
Build, run, and operate persistent, stack-scoped container components.
- atmos describe component
Use this command to describe the complete configuration for an Atmos component in an Atmos stack.
- atmos describe edition
Use this command to show the active edition pin and every default it rolls back.
- atmos git clone
Clone or reconcile a managed Git repository, an ad hoc URI, or the current CI repository.
- atmos helm apply
- atmos helm delete
- atmos helm deploy
- atmos helm diff
- atmos helm plan
- atmos helm template
- atmos init
Initialize a complete Atmos project from a built-in or catalog template.
- atmos kubernetes
Render, validate, diff, plan, apply, deploy, and delete Kubernetes components in Atmos stacks.
- atmos kubernetes apply
Apply the Kubernetes objects for a stack-configured component to the target cluster.
- atmos kubernetes delete
Delete the Kubernetes objects managed by a stack-configured component from the target cluster.
- atmos kubernetes deploy
Deploy a stack-configured Kubernetes component to the target cluster (workflow-friendly alias for apply).
- atmos kubernetes diff
Show what would change in the cluster for a stack-configured Kubernetes component using a server-side dry run.
- atmos kubernetes plan
- atmos kubernetes render
Render the final Kubernetes manifests for a stack-configured component without touching the cluster.
- atmos kubernetes validate
Validate rendered Kubernetes manifests offline by default, with optional server-side dry-run checks.
- atmos list components
Use this command to list Atmos components
- atmos list dependencies
Use this command to visualize dependency relationships between Atmos components.
- atmos list editions
Use this command to list the journal of default changes between Atmos editions.
- atmos list instances
Use this command to list all Atmos component instances across stacks
- atmos list metadata
Use this command to list component metadata across all stacks
- atmos list sources
List all components with source configuration across all component types
- atmos list stacks
Use this command to list all Stack configurations or stacks for a specified component
- atmos list vendor
Use this command to list all vendored components and modules
- atmos sbom
Generate provenance and software bills of materials for Terraform dependency evidence managed by Atmos.
- atmos scaffold generate
Generate or update files from an AtmosScaffoldConfig template.
- atmos terraform
- atmos terraform apply
- atmos terraform deploy
- atmos terraform destroy
- atmos terraform init
- atmos terraform migrate
Run Terraform state migrations with tfmigrate.
- atmos terraform migrate apply
Apply Terraform state migrations with tfmigrate.
- atmos terraform migrate list
List Terraform component tfmigrate context and history settings.
- atmos terraform migrate plan
Preview Terraform state migrations with tfmigrate.
- atmos terraform plan
- atmos toolchain get
Display version information for tools configured in your .tool-versions file.
- atmos toolchain search
Quick alias for searching tools across registries.
- atmos vendor clean
Remove lock-owned vendored files, refusing to delete files modified since they were vendored.
- atmos vendor pull
Use this command to pull sources and mixins from remote repositories for Terraform and Helmfile components and stacks.
- atmos vendor update
Update vendored component versions to the latest allowed release, preserving comments, anchors, and templates.
- atmos vendor verify
Verify vendored files match vendor.lock.yaml, reporting drift for CI.
- atmos workflow
Use this command to perform sequential execution of `atmos`, `shell`, and `script` commands defined as workflow steps.
- Configure Component Metadata
Use the metadata section to control component behavior, inheritance, and deployment settings.
- Describe Settings
Configure the describe command output behavior in your `atmos.yaml`.
- Edition
Pin your project to an Atmos edition (a date anchor) so upgrading Atmos never silently changes default behavior.
- env
- Global Flags
Complete reference for all global command-line flags available in Atmos
- Logs
Configure Atmos logging behavior, log levels, and output destinations.
- Manage Lifecycle Events with Hooks
Run scanners, cost estimators, custom commands, and store outputs at component lifecycle events.
- Native CI
Native CI/CD integration for GitHub Actions and other CI providers
- Providers
Configure authentication providers for AWS, Azure, and GCP in your `atmos.yaml`.
- Setup Atmos
Install Atmos in your GitHub Action workflows
- Stack Manifest Templating
- Terminal Settings
Configure terminal output settings including syntax highlighting
- Vendor Configuration
Configure vendoring behavior in atmos.yaml.
- Workflows
Configure the base path for Atmos workflow definitions.
- Your First Stack
Create your first Atmos stack with a simple, working example
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