cli icon indicating copy to clipboard operation
cli copied to clipboard

feat(tasks): create a task execution framework

Open aelesbao opened this issue 1 year ago • 0 comments

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

aelesbao avatar Oct 14 '23 20:10 aelesbao