coolify-cli should return only valid json when --format json is used #9207
wpinfusion
started this conversation in
Improvement Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using the coolify-cli too to automate deploys. I'm using --format json so the response is easier to parse.
For a few days, this has errored out my script because it returned:
The 'new version' notice breaks the JSON parsing. I want to suggest omitting any notices when
--format jsonis being used or including it inside the json under some property so it can be parsed if needed. Perhaps--format tableshould be considered as well.Beta Was this translation helpful? Give feedback.
All reactions