You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem
Atlantis plan will not work when specifying a directory path with spaces.
Example atlantis plan -d “foo/bar/foo bar foo/example” -- -destroy
Error: unknown argument(s) – bar\ foo/example.
Usage of plan:
-d, --dir string Which directory to run plan in relative to root of repo,
ex. 'child/dir'.
-p, --project string Which project to run plan for. Refers to the name of the
project configured in atlantis.yaml. Cannot be used at
same time as workspace or dir flags.
--verbose Append Atlantis log to comment.
-w, --workspace string Switch to this Terraform workspace before planning.
I tried with quotes, quotemarks and backslashes space but none of these worked.
The text was updated successfully, but these errors were encountered:
Problem
Atlantis plan will not work when specifying a directory path with spaces.
Example
atlantis plan -d “foo/bar/foo bar foo/example” -- -destroy
I tried with quotes, quotemarks and backslashes space but none of these worked.
The text was updated successfully, but these errors were encountered: