archway-network / cli

Develop WASM smart contracts with the Archway network developer CLI
https://docs.archway.io
Apache License 2.0
44 stars 21 forks source link

feat(tasks): create a task execution framework #263

Open aelesbao opened 11 months ago

aelesbao commented 11 months ago

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