Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ContractsCmd = &cobra.Command{ Use: "contracts", Short: "Verify, push and remove contracts from project.", PersistentPreRun: func(cmd *cobra.Command, args []string) { commands.CheckLogin() if !config.IsProjectInit() { logrus.Error("You need to initiate the project first.\n\n", "You can do this by using the ", commands.Colorizer.Bold(commands.Colorizer.Green("tenderly init")), " command.") os.Exit(1) } logrus.Info("Setting up your project...") }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.