-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid JSON produced by apps:create #38
Comments
Thanks @adriantoll - you can suppress this message with |
Thanks @pgibson1-godaddy but wouldn't it make sense to do this the other way around with something like |
In general I agree although I think the issue is we are including a third party package to print these statistics, and the only time they are turned off is when you use While I will however reopen the issue in case we want to investigate dropping this debugging package in the future. |
@pgibson1-godaddy OK, thanks. |
When using
atomic apps:create
the output includes this line at the end:This makes the output invalid JSON and cause
jq
to give aninvalid string literal
error when the output is passed as a variable like this:I think that last line shouldn't be added to the output, perhaps only being added if a some kind of a debug flag is used.
The text was updated successfully, but these errors were encountered: