Skip to main content

Check if a contract is staged

Check to see if a contract has been staged from the Flow CLI

flow migrate is_staged <contract_name>

Example Usage​

> flow migrate is_staged HelloWorld --network=testnet

Attempts 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.