Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 544 Bytes

migrate-is-staged.md

File metadata and controls

28 lines (19 loc) · 544 Bytes
title description sidebar_position
Check if a contract is staged
How to check if a contract has been properly staged from the command line
4

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=previewnet

Attempts to confirm if the contract has been staged on the Previewnet network.

Arguments

Contract Name

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