MCPcopy Index your code
hub / github.com/cortexlabs/cortex / deployInit

Function deployInit

cli/cmd/deploy.go:47–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45)
46
47func deployInit() {
48 _deployCmd.Flags().SortFlags = false
49 _deployCmd.Flags().StringVarP(&_flagDeployEnv, "env", "e", "", "environment to use")
50 _deployCmd.Flags().BoolVarP(&_flagDeployForce, "force", "f", false, "override the in-progress api update")
51 _deployCmd.Flags().BoolVarP(&_flagDeployDisallowPrompt, "yes", "y", false, "skip prompts")
52 _deployCmd.Flags().VarP(&_flagOutput, "output", "o", fmt.Sprintf("output format: one of %s", strings.Join(flags.OutputTypeStringsExcluding(flags.YAMLOutputType), "|")))
53}
54
55var _deployCmd = &cobra.Command{
56 Use: "deploy [CONFIG_FILE]",

Callers 1

initFunction · 0.85

Calls 1

Tested by

no test coverage detected