Skip to main content

Unstaging a 1.0 Contract

Unstage a Cadence 1.0 supported contract project using the Flow CLI.


_10
flow migrate unstage-contract <contract_name>

Example Usage​


_10
> flow migrate unstage-contract HelloWorld --network=testnet
_10
_10
Attempts to the unstage the contract `HelloWorld` from the Testnet network.

Arguments​

Contract Name​

  • Name: contract_name
  • Valid Input: Existing contract name in flow.json.