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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing feature requests helps us consolidate datapoints for identical requirements into a single place, thank you!
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Describe the drawbacks of your solution
Might not play nice when there are different matching executable names, so perhaps hide it under a configuration flag.
Describe alternatives you've considered
Use multiple executable names ATLANTIS_EXECUTABLE_NAME="atlantis,altantis,atantis". It's not supported though.
Use run plan instead of the atlantis executable name
Use @ and the bot user so it auto completes
The text was updated successfully, but these errors were encountered:
Another workaround @edbighead , for now, is that instead of running atlantis plan and atlantis apply, you can use run plan and run apply which may reduce the chances of a typo.
@marcusramberg also mentioned in slack to use the @ and then the Atlantis bot user auto completes
Community Note
Describe the user story
Sometimes users misspell
atlantis
word and are waiting for their PR to be planned or appliedDescribe the solution you'd like
Add spellcheck using https://github.com/agext/levenshtein library (similar to terraform)
Describe the drawbacks of your solution
Might not play nice when there are different matching executable names, so perhaps hide it under a configuration flag.
Describe alternatives you've considered
ATLANTIS_EXECUTABLE_NAME="atlantis,altantis,atantis"
. It's not supported though.run plan
instead of the atlantis executable name@
and the bot user so it auto completesThe text was updated successfully, but these errors were encountered: