We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Found a bug? Maybe our Slack Community can help.
When attempting to run atmos terraform --help I get a panic instead of the help.
atmos terraform --help
I was expecting to see the command help
Steps to reproduce the behavior:
panic: runtime error: index out of range [1] with length 1
If applicable, add screenshots or logs to help explain your problem.
Anything that will help us triage the bug will help. Here are some ideas:
The same issue happens with the helmfile command.
The text was updated successfully, but these errors were encountered:
terraform import
atmos
Successfully merging a pull request may close this issue.
Found a bug? Maybe our Slack Community can help.
Describe the Bug
When attempting to run
atmos terraform --help
I get a panic instead of the help.Expected Behavior
I was expecting to see the command help
Steps to Reproduce
Steps to reproduce the behavior:
atmos terraform --help
panic: runtime error: index out of range [1] with length 1
Screenshots
If applicable, add screenshots or logs to help explain your problem.
Environment (please complete the following information):
Anything that will help us triage the bug will help. Here are some ideas:
Additional Context
The same issue happens with the helmfile command.
The text was updated successfully, but these errors were encountered: