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
Hi all,
i'm passing CLI JSON results to jq. A few months ago I created some scripts that were able to trim the header (something like CLI has been refactored...). Now my scripts don't work anymore because the header changed:
Calling: caprover api -t "/user/apps/appDefinitions/" -m GET -d "{}" results in
Call generic CapRover API [Experimental Feature]...
Ensuring authentication...
API call completed successfully!
{
"appDefinitions": [
{
[...]
Which (without trimming) of course make jq complain since this is no JSON. Can you please add a silent flag (something like -s) to get rid of everything except JSON? Thank you :-)
The text was updated successfully, but these errors were encountered:
Hi all,
i'm passing CLI JSON results to jq. A few months ago I created some scripts that were able to trim the header (something like CLI has been refactored...). Now my scripts don't work anymore because the header changed:
Calling:
caprover api -t "/user/apps/appDefinitions/" -m GET -d "{}"
results inWhich (without trimming) of course make jq complain since this is no JSON. Can you please add a silent flag (something like
-s
) to get rid of everything except JSON? Thank you :-)The text was updated successfully, but these errors were encountered: