You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initialize a new development environment with a template.
187
+
Initialize a new development environment with a code package template.
187
188
188
189
Argument:
189
190
-`DIRECTORY`: Directory to create project in (default: ".")
@@ -213,19 +214,19 @@ Options:
213
214
214
215
215
216
#### `datacustomcode zip`
216
-
Zip a transformation job in preparation to upload to Data Cloud.
217
+
Zip a transformation job in preparation to upload to Data Cloud. Make sure to change directory into your code package folder (e.g., `my_package`) before running this command.
217
218
218
219
Options:
219
-
-`--path TEXT`: Path to the code directory (default: ".")
220
+
-`--path TEXT`: Path to the code directory i.e. the payload folder (default: ".")
Deploy a transformation job to Data Cloud. Note that this command takes care of creating a zip file from provided path before deployment. Make sure to change directory into your code package folder (e.g., `my_package`) before running this command.
225
226
226
227
Options:
227
228
-`--profile TEXT`: Credential profile name (default: "default")
228
-
-`--path TEXT`: Path to the code directory (default: ".")
229
+
-`--path TEXT`: Path to the code directory i.e. the payload folder (default: ".")
229
230
-`--name TEXT`: Name of the transformation job [required]
230
231
-`--version TEXT`: Version of the transformation job (default: "0.0.1")
231
232
-`--description TEXT`: Description of the transformation job (default: "")
0 commit comments