1
0
mirror of synced 2026-02-13 13:06:56 +00:00

Remove validation from sub-commands

Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
This commit is contained in:
Somtochi Onyekwere
2022-02-16 11:04:05 +01:00
parent 4a893b13f8
commit d7129d6b55
16 changed files with 1 additions and 48 deletions

View File

@@ -94,9 +94,6 @@ func init() {
}
func createImageUpdateRun(cmd *cobra.Command, args []string) error {
if len(args) < 1 {
return fmt.Errorf("ImageUpdateAutomation name is required")
}
objectName := args[0]
if imageUpdateArgs.gitRepoName == "" {