Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 538 Bytes

migrate-is-staged.md

File metadata and controls

27 lines (18 loc) · 538 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=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.