Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 557 Bytes

migrate-unstage-contract.md

File metadata and controls

28 lines (19 loc) · 557 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=previewnet

Attempts to the unstage the contract `HelloWorld` from the Previewnet network.

Arguments

Contract Name

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