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

fix(contracts): add `--no-validation` flag to `migrate` #259

Closed aelesbao closed 11 months ago

aelesbao commented 11 months ago

Description

The functionality to skip validations was added to the instantiate and execute sub-commands. However, it's missing in the migrate sub-command. Any sub-command that executes schema validation should include this flag.