Skip to content

Commit 12dc2af

Browse files
authored
Merge pull request #2219 from onflow/cf/deprecation-message
Update `flow dev` deprecation message
2 parents b977a88 + caf6f2c commit 12dc2af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/super/dev.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ var DevCommand = &command.Command{
4343
Args: cobra.ExactArgs(0),
4444
Example: "flow dev",
4545
GroupID: "super",
46-
Deprecated: "The 'dev' command is deprecated and will be removed in a future release.",
46+
Deprecated: "The 'dev' command is being deprecated. We recommend forking as a replacement. See: http://developers.flow.com/blockchain-development-tutorials/cadence/emulator-fork-testing",
4747
},
4848
Flags: &devFlags,
4949
RunS: dev,

0 commit comments

Comments
 (0)