Unstaging a 1.0 Contract
Unstage a Cadence 1.0 supported contract project using the Flow CLI.
_10flow migrate unstage-contract <contract_name>
Example Usage​
_10> flow migrate unstage-contract HelloWorld --network=testnet_10_10Attempts to the unstage the contract `HelloWorld` from the Testnet network.
Arguments​
Contract Name​
- Name:
contract_name
- Valid Input: Existing contract name in
flow.json
.