diff --git a/README.md b/README.md index 7606821..c865c44 100644 --- a/README.md +++ b/README.md @@ -216,8 +216,10 @@ Options: #### `datacustomcode zip` 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. +Arguments: +- `PATH`: Path to the code directory i.e. the payload folder (default: "payload") + Options: -- `--path TEXT`: Path to the code directory i.e. the payload folder (default: ".") - `--network TEXT`: docker network (default: "default") diff --git a/src/datacustomcode/templates/payload/config.json b/src/datacustomcode/templates/payload/config.json index 9e26dfe..5fe4cd7 100644 --- a/src/datacustomcode/templates/payload/config.json +++ b/src/datacustomcode/templates/payload/config.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "dataspace": "default" +} \ No newline at end of file