Skip to content

Commit 95e5935

Browse files
authored
Fix config template used for init for script (#53)
* Fix config template used for init command for script * Fix readme for zip command
1 parent fe139c4 commit 95e5935

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,10 @@ Options:
216216
#### `datacustomcode zip`
217217
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.
218218

219+
Arguments:
220+
- `PATH`: Path to the code directory i.e. the payload folder (default: "payload")
221+
219222
Options:
220-
- `--path TEXT`: Path to the code directory i.e. the payload folder (default: ".")
221223
- `--network TEXT`: docker network (default: "default")
222224

223225

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
{}
1+
{
2+
"dataspace": "default"
3+
}

0 commit comments

Comments
 (0)