-
-
Notifications
You must be signed in to change notification settings - Fork 146
Closed
Labels
bug🐛 An issue with the system🐛 An issue with the system
Description
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:
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bug🐛 An issue with the system🐛 An issue with the system
Type
Projects
Status
Done