scale-it / algo-builder

Framework to automate development of Algorand Assets and Smart Contracts.
https://algobuilder.dev
Apache License 2.0
133 stars 42 forks source link

Feature: Pass arguments in `yarn algob run` cli #845

Closed rmeena840 closed 1 year ago

rmeena840 commented 1 year ago

Feature: Pass arguments in yarn algob run cli.

New format: yarn alob run --script script1.js arg1 arg2 arg3

Screenshot 2022-11-21 at 1 28 34 PM

rmeena840 commented 1 year ago

There are much changes you need to make.

  • Update changelog
  • Update sample project to show user how to use argument
  • If we can not run multiple scripts then you should update documents about it
  • Many --script code have two spaces which we should only need 1
  1. Changelog updated
  2. I have created task for this: https://www.pivotaltracker.com/story/show/183849580
  3. I have created task for this: https://www.pivotaltracker.com/story/show/183849580
  4. Done