Fixing image activate command

Change-Id: I4dfeb664a694f94ea69a32cd63e7b5258ada1929
diff --git a/VERSION b/VERSION
index 428b770..1c99cf0 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.4.3
+1.4.4
diff --git a/internal/pkg/commands/devices.go b/internal/pkg/commands/devices.go
index c9dbaf7..58bf6e4 100644
--- a/internal/pkg/commands/devices.go
+++ b/internal/pkg/commands/devices.go
@@ -260,7 +260,7 @@
 		ImageVersion string   `positional-arg-name:"IMAGE_VERSION" required:"yes"`
 		SaveConfig   bool     `positional-arg-name:"SAVE_EXISTING_CONFIG"`
 		LocalDir     string   `positional-arg-name:"IMAGE_LOCAL_DIRECTORY"`
-	}
+	} `positional-args:"yes"`
 }
 type DeviceGetPortStats struct {
 	ListOutputOptions