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
With 1.105.0 (and 1.106.0) we now get the commands usage printed instead/additionally:
atmos validate component "vpc/foo" --stack bar
Atmos supports native '' commands with all the options, arguments and flags.
In addition, 'component' and 'stack' are required in order to generate variables for the component in the stack.
atmos <subcommand> <component> -s <stack> [options]
atmos <subcommand> <component> --stack <stack> [options]
For more details, execute ' --help'
component 'vpc/foo' in stack 'bar' validated successfully
So it looks like some validation still took place and it was successfull.
Expected Behavior
Exit code 0 on successfull validation, some other number otherwise. No usage gets printed to the screen.
Steps to Reproduce
Run atmos validate component <component> --stack <stack> as documented via --help.
Screenshots
No response
Environment
OS: Linux
atmos Version: 1.105.0
terraform Version: 1.8.5
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Describe the Bug
We bumped from 1.90.0 to 1.105.0. Our CI uses
atmos validate component <component> --stack <stack>
With 1.105.0 (and 1.106.0) we now get the commands usage printed instead/additionally:
So it looks like some validation still took place and it was successfull.
Expected Behavior
Exit code 0 on successfull validation, some other number otherwise. No usage gets printed to the screen.
Steps to Reproduce
Run
atmos validate component <component> --stack <stack>
as documented via--help
.Screenshots
No response
Environment
Additional Context
No response
The text was updated successfully, but these errors were encountered: