Description
Creating custom tasks allows users to write more sophisticated workflows for complex deployment scenarios with multiple contracts depending on each other.
Technical Details
Add a new tasks command, allowing users to create and run custom jobs written in Javascript or Typescript. Those tasks should have a set of internal functionalities from the CLI exposed to the script as an API.
References