Rework remote command arguments
[ccsdk/cds.git] / components / model-catalog / blueprint-model / test-blueprint / remote_scripts / Definitions / remote_scripts.json
index 48992bd..4c3ece3 100644 (file)
   ],
   "dsl_definitions": {
     "execute-argument-properties": {
-      "input": {
-        "get_input": "input"
-      }
+      "input": "data"
+    },
+    "remote-argument-properties": {
+      "arg-0": "-a",
+      "arg-1": "sample-data 1",
+      "arg-4": "sample-data 4",
+      "arg-3": "sample-data 3",
+      "arg-2": "-b"
     }
   },
   "topology_template": {
                   "primary": "component-script"
                 },
                 "inputs": {
-                  "command": "python SamplePython.py $input",
+                  "command": "python SamplePython.py",
                   "packages": [
                     {
                       "type": "pip",
                       ]
                     }
                   ],
-                  "argument-properties": "*execute-argument-properties"
+                  "argument-properties": "*remote-argument-properties",
+                  "dynamic-properties": "*execute-argument-properties"
                 }
               }
             }