This document provides a comprehensive analysis of Atlantis features and the versions when they were introduced, based on the changelog, merged PRs, and documentation.
These features have been available since the initial release or very early versions:
--port- Port to bind to (default: 4141)--log-level- Log level (debug|info|warn|error)--gh-user- GitHub username of API user--gh-token- GitHub token of API user--gh-webhook-secret- Secret used to validate GitHub webhooks--repo-allowlist- Allowlist of repositories (deprecated--repo-whitelistin v0.13.0)--data-dir- Directory where Atlantis stores its data--atlantis-url- URL that Atlantis is accessible from--web-username- Username for Basic Authentication--web-password- Password for Basic Authentication--web-basic-auth- Enable Basic Authentication on web service
--allow-draft-prs- Respond to pull requests from draft PRs
--skip-clone-no-changes- Skip cloning repo during autoplan if no changes to Terraform projects--disable-autoplan- Globally disable autoplanning
--parallel-pool-size- Max size of wait group for parallel plans/applies--disable-apply-all- Disableatlantis applycommand (requires specific project/workspace/directory)
--gh-app-slug- GitHub App slug for identifying comments--disable-repo-locking- Stop Atlantis from locking projects/workspaces
--enable-policy-checks- Enable server-side policy checks with conftest--autoplan-file-list- Modify global list of files that trigger project planning--silence-no-projects- Silence Atlantis from responding to PRs when no projects--enable-regexp-cmd- Enable regex commands for project targeting--disable-global-apply-lock- Remove global apply lock button from UI--automerge- Automatically merge pull requests after successful applies
--default-tf-version- Default Terraform version (introduced in v0.13.0, refined in later versions)--tf-download- Allow Atlantis to download Terraform versions--tf-download-url- Alternative URL for Terraform downloads
--hide-prev-plan-comments- Hide previous plan comments to declutter PRs
--var-file-allowlist- Restrict access to variable definition files
--gh-app-id- GitHub App ID for installation-based authentication--gh-app-key- GitHub App private key--gh-app-key-file- Path to GitHub App private key file--gh-app-installation-id- Specific GitHub App installation ID
--markdown-template-overrides-dir- Directory for markdown template overrides
--parallel-plan- Run plan operations in parallel--parallel-apply- Run apply operations in parallel--abort-on-execution-order-fail- Abort execution on failures
--enable-plan-queue- Enable plan queue feature for queuing plan requests--enable-lock-retry- Enable automatic retry of lock acquisition--lock-retry-delay- Delay between lock retry attempts--lock-retry-max-attempts- Maximum lock retry attempts
--default-tf-distribution- Default Terraform distribution (terraform/opentofu)--terraform-cloud- Terraform Cloud integration features
--enable-profiling-api- Enable pprof endpoints for profiling--enable-diff-markdown-format- Format Terraform plan output for markdown-diff
--autoplan-modules- Enable autoplanning when modules change--autoplan-modules-from-projects- Configure which projects to index for module changes
--autodiscover-mode- Configure autodiscovery mode (auto|enabled|disabled)--include-git-untracked-files- Include untracked files in modified file list
--restrict-file-list- Block plan requests from projects outside modified files--silence-allowlist-errors- Silence allowlist error comments--silence-fork-pr-errors- Silence fork PR error comments--silence-vcs-status-no-plans- Silence VCS status when no plans--silence-vcs-status-no-projects- Silence VCS status when no projects
--discard-approval-on-plan- Discard approval if new plan executed--emoji-reaction- Emoji reaction for marking processed comments--hide-unchanged-plan-comments- Remove no-changes plan comments
--gh-allow-mergeable-bypass-apply- Allow mergeable mode with required apply status check--ignore-vcs-status-names- Ignore VCS status names from other Atlantis services
--fail-on-pre-workflow-hook-error- Fail if pre-workflow hooks error--disable-markdown-folding- Disable markdown folding in comments
--max-comments-per-command- Limit comments published per command--quiet-policy-checks- Exclude policy check comments unless errors
--disable-unlock-label- Stop unlocking PRs with specific label--disable-autoplan-label- Disable autoplanning on PRs with specific label
--allow-commands- List of allowed commands to run--allow-fork-prs- Respond to pull requests from forks
--azuredevops-hostname- Azure DevOps hostname support--azuredevops-token- Azure DevOps token--azuredevops-user- Azure DevOps username--azuredevops-webhook-password- Azure DevOps webhook password--azuredevops-webhook-user- Azure DevOps webhook username
--bitbucket-base-url- Bitbucket Server base URL--bitbucket-token- Bitbucket app password--bitbucket-user- Bitbucket username--bitbucket-webhook-secret- Bitbucket webhook secret
--checkout-depth- Number of commits to fetch from branch--checkout-strategy- How to check out pull requests (branch|merge)
--config- YAML config file for flags--repo-config- Path to server-side repo config file--repo-config-json- Server-side repo config as JSON string
--gitea-base-url- Gitea base URL--gitea-token- Gitea app password--gitea-user- Gitea username--gitea-webhook-secret- Gitea webhook secret--gitea-page-size- Number of items per page in Gitea responses
--gitlab-hostname- GitLab Enterprise hostname--gitlab-token- GitLab token--gitlab-user- GitLab username--gitlab-webhook-secret- GitLab webhook secret--gitlab-group-allowlist- GitLab groups and permission pairs
--gh-team-allowlist- GitHub teams and permission pairs--gh-token-file- GitHub token loaded from file
--executable-name- Comment command trigger executable name--vcs-status-name- Name for identifying Atlantis in PR status
--stats-namespace- Namespace for emitting stats/metrics--slack-token- API token for Slack notifications
--ssl-cert-file- SSL certificate file for HTTPS--ssl-key-file- SSL private key file for HTTPS
--tfe-hostname- Terraform Enterprise hostname--tfe-token- Terraform Cloud/Enterprise token--tfe-local-execution-mode- Enable local execution mode
--use-tf-plugin-cache- Enable/disable Terraform plugin cache--webhook-http-headers- Additional headers for HTTP webhooks
--websocket-check-origin- Only allow websockets from Atlantis web server--write-git-creds- Write .git-credentials file for private modules
--locking-db-type- Locking database type (boltdb|redis)--redis-host- Redis hostname--redis-port- Redis port--redis-password- Redis password--redis-db- Redis database number--redis-tls-enabled- Enable TLS connection to Redis--redis-insecure-skip-verify- Skip Redis certificate verification
version- Configuration version (required)projects- List of projects in the repoworkflows- Custom workflows (restricted)
automerge- Automatically merge PR when all plans applieddelete_source_branch_on_merge- Delete source branch on merge
parallel_plan- Run plans in parallelparallel_apply- Run applies in parallelabort_on_execution_order_fail- Abort on execution order failures
autodiscover- Configure autodiscovery mode and ignore paths
allowed_regexp_prefixes- Allowed regex prefixes for regex commands
name- Project namedir- Project directoryworkspace- Terraform workspaceterraform_version- Specific Terraform version
execution_order_group- Execution order group indexdelete_source_branch_on_merge- Delete source branch on mergerepo_locking- Repository locking (deprecated)repo_locks- Repository locks configurationcustom_policy_check- Enable custom policy check toolsautoplan- Custom autoplan configurationplan_requirements- Requirements for plan command (restricted)apply_requirements- Requirements for apply command (restricted)import_requirements- Requirements for import command (restricted)silence_pr_comments- Silence PR comments for specific stagesworkflow- Custom workflow (restricted)
branch- Regex matching projects by base branchdepends_on- Project dependencies
terraform_distribution- Terraform distribution (terraform/opentofu)
enabled- Whether autoplanning is enabledwhen_modified- File patterns that trigger autoplanning
mode- Repository lock mode (disabled|on_plan|on_apply)
-
Version Accuracy: This analysis is based on the changelog, documentation, and code analysis. Some features may have been introduced in different versions than documented due to the changelog not being updated consistently.
-
Restricted Features: Some features are marked as "restricted" and require server-side configuration to enable.
-
Deprecated Features: Some features have been deprecated in favor of newer alternatives (e.g.,
--repo-whitelist→--repo-allowlist). -
Missing Versions: For some features, the exact introduction version could not be determined from the available documentation and changelog. These are marked with approximate version ranges.
-
Recent Features: Features introduced after v0.23.0 may not be fully documented in the changelog as noted in the changelog header.
-
Update Documentation: The documentation should be updated to include version information for each feature.
-
Enhance Changelog: The changelog should be maintained more consistently to track feature introductions.
-
Version Tags: Consider adding version tags to documentation sections to indicate when features were introduced.
-
Migration Guides: Provide migration guides for deprecated features and breaking changes.