MCPcopy Create free account
hub / github.com/clouditor/clouditor / AddCommands

Function AddCommands

cli/commands/cloud/cloud.go:287–296  ·  view source on GitHub ↗

AddCommands adds all subcommands

(cmd *cobra.Command)

Source from the content-addressed store, hash-verified

285
286// AddCommands adds all subcommands
287func AddCommands(cmd *cobra.Command) {
288 cmd.AddCommand(
289 NewRegisterCertificationTargetCommand(),
290 NewListCertificationTargetsCommand(),
291 NewGetCertificationTargetCommand(),
292 NewUpdateCertificationTargetCommand(),
293 NewRemoveCertificationTargetComand(),
294 NewGetMetricConfigurationCommand(),
295 )
296}

Callers 1

NewCloudCommandFunction · 0.70

Tested by

no test coverage detected