Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "project", Short: "Manage your Cadence project", TraverseChildren: true, GroupID: "project", }
View Source
var DeployCommand = &command.Command{ Cmd: &cobra.Command{ Use: "deploy", Short: "Deploy Cadence contracts", Example: "flow project deploy --network testnet", }, Flags: &deployFlags, RunS: deploy, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.