terra-money / terrain

🛠 A Terra development environment for seamless smart contract development
https://docs.terra.money/develop/guides/initial
GNU General Public License v3.0
47 stars 37 forks source link

fix: cargo command output #136

Closed terran6 closed 1 year ago

terran6 commented 1 year ago

You can now run a cargo command using TerrainCLI.runCargoCommand and provide the name of the cargo command to be run. This will customize cargo command output to only include a progress bar during execution.

Including the cargo schema command directly after cargo wasm during terrain contract:build execution. Remove the build-schema flag from terrain contract:generateClient command.