Adding the inherit option for stdio to a few choice execSync calls will allow us to stream the output of those commands, giving us more verbose logging.
This is especially useful to those of us who tend to watch the progress of an Action from the run pane, and will offer better understanding of the state and progress of the Action as deployment occurs.
Adding the
inherit
option forstdio
to a few choiceexecSync
calls will allow us to stream the output of those commands, giving us more verbose logging.This is especially useful to those of us who tend to watch the progress of an Action from the run pane, and will offer better understanding of the state and progress of the Action as deployment occurs.