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
Running scripts in new-deploy and sdk-govern is getting unwieldy.
Boilerplate is constantly repeated to
load config/overrides
instantiate context
register signers / providers
set overrides
Manually piping inputs and outputs from these scripts is max pain
Solution
Create a Command Line Interface with https://www.npmjs.com/package/commander which is capable of invoking scripts with code defined in packages such as new-deploy, sdk, sdk-bridge and sdk-govern
Motivation
Running scripts in
new-deploy
andsdk-govern
is getting unwieldy.Boilerplate is constantly repeated to
Manually piping inputs and outputs from these scripts is max pain
Solution
Create a Command Line Interface with https://www.npmjs.com/package/commander which is capable of invoking scripts with code defined in packages such as
new-deploy
,sdk
,sdk-bridge
andsdk-govern
References
#154 (comment)
#154 (comment)
#154 (review)
The text was updated successfully, but these errors were encountered: