Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 551 Bytes

migrate-unstage-contract.md

File metadata and controls

27 lines (18 loc) · 551 Bytes
title description sidebar_position
Unstaging a 1.0 Contract
How to unstage a Cadence 1.0 supported Contract from the command line
2

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

flow migrate unstage-contract <contract_name>

Example Usage

> flow migrate unstage-contract HelloWorld --network=testnet

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.