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
Right now you can only have gluegun print to console.
What about allowing gluegun to be configurable so anything built on GG can have CLI OR Library benefits.
context.print.stdout = true (by default) context.print.json = true (false by default) will store all print.success, and print.error, and print.warn messages in a JSON file so this can be passed on to GUI or other apps. Accessible by context.print.jsonLog for the full log.
That's all that's requested in this issue, but possible upgrades in the future? .xml, .file, .api the list goes on.
The text was updated successfully, but these errors were encountered:
Right now you can only have gluegun print to console.
What about allowing gluegun to be configurable so anything built on GG can have CLI OR Library benefits.
context.print.stdout = true
(by default)context.print.json = true
(false by default) will store allprint.success
, andprint.error
, andprint.warn
messages in a JSON file so this can be passed on to GUI or other apps. Accessible bycontext.print.jsonLog
for the full log.That's all that's requested in this issue, but possible upgrades in the future?
.xml
,.file
,.api
the list goes on.The text was updated successfully, but these errors were encountered: