Check if a contract is staged
Check to see if a contract has been staged from the Flow CLI
_10flow migrate is_staged <contract_name>
Example Usage​
_10> flow migrate is_staged HelloWorld --network=testnet_10_10Attempts to confirm if the contract has been staged on the Testnet network.
Arguments​
Contract Name​
- Name:
contract_name
- Valid Input: Existing contract name in
flow.json
.