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.
188
+
Initialize a new development environment with a code package template.
187
189
188
190
Argument:
189
191
-`DIRECTORY`: Directory to create project in (default: ".")
@@ -213,19 +215,19 @@ Options:
213
215
214
216
215
217
#### `datacustomcode zip`
216
-
Zip a transformation job in preparation to upload to Data Cloud.
218
+
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
219
218
220
Options:
219
-
-`--path TEXT`: Path to the code directory (default: ".")
221
+
-`--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
227
226
228
Options:
227
229
-`--profile TEXT`: Credential profile name (default: "default")
228
-
-`--path TEXT`: Path to the code directory (default: ".")
230
+
-`--path TEXT`: Path to the code directory i.e. the payload folder (default: ".")
229
231
-`--name TEXT`: Name of the transformation job [required]
230
232
-`--version TEXT`: Version of the transformation job (default: "0.0.1")
231
233
-`--description TEXT`: Description of the transformation job (default: "")
0 commit comments