MCPcopy Create free account
hub / github.com/DBCDK/morph / skipHealthChecksFlag

Function skipHealthChecksFlag

morph.go:132–137  ·  view source on GitHub ↗
(cmd *kingpin.CmdClause)

Source from the content-addressed store, hash-verified

130}
131
132func skipHealthChecksFlag(cmd *kingpin.CmdClause) {
133 cmd.
134 Flag("skip-health-checks", "Whether to skip all health checks").
135 Default("False").
136 BoolVar(&skipHealthChecks)
137}
138
139func skipPreDeployChecksFlag(cmd *kingpin.CmdClause) {
140 cmd.

Callers 2

deployCmdFunction · 0.85
uploadSecretsCmdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected