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
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
If nothing is changed, or the specific thing already exists, I just want a stdout message "Already exists" or "Nothing to do" without error.
Actual Behavior
When I try to create something that already exists or upgrade something that already has the parameter that I try to upgrade, it returns an error.
More info
These are not errors, please only return an error when it is an actual error. Example: trying to lower the volume_size (not possible).
I know I can check the status of the parameter/instance before I try to upgrade/create it, but this is a stupid solution.
It would be lovely if it just returns non-errors in stdout without error :)
I know I can also add <command> || true but this also overwrites actual errors which is something I don't want.
The text was updated successfully, but these errors were encountered:
Community Note
Command attempted
Expected Behavior
If nothing is changed, or the specific thing already exists, I just want a stdout message "Already exists" or "Nothing to do" without error.
Actual Behavior
When I try to create something that already exists or upgrade something that already has the parameter that I try to upgrade, it returns an error.
More info
These are not errors, please only return an error when it is an actual error. Example: trying to lower the volume_size (not possible).
I know I can check the status of the parameter/instance before I try to upgrade/create it, but this is a stupid solution.
It would be lovely if it just returns non-errors in stdout without error :)
I know I can also add
<command> || true
but this also overwrites actual errors which is something I don't want.The text was updated successfully, but these errors were encountered: