Skip to content

Commit 0158c72

Browse files
[TA-2697] Append documentation for mapping variables
1 parent ccc9b5f commit 0158c72

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

DOCUMENTATION.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,14 +293,17 @@ You can also use the `--spaceMappings` flag to provide a mapping of packages to
293293
content-cli import packages -p <profileName> --file <exportedPackagesFile> --spaceMappings <packageKey1>:<targetSpaceKey1> <packageKey2>:<targetSpaceKey2> ...
294294
```
295295

296-
By default, all variables are assigned to the imported packages as defined in the `manifest.yml` file of the exported packages. Alternatively, if you want to update only the dataModel variables, you can do so by using the --dataModelMappingsFile option and providing the output file from
297-
the data pool import command.
296+
By default, all variables are assigned to the imported packages as defined in the `manifest.yml` file of the exported packages.
297+
Alternatively, if you want to update only the dataModel variables, you can do so by using the --dataModelMappingsFile option and
298+
providing the output file from the data pool import command.
298299

299300
```
300301
// Example usage of dataModelMappingsFile
301302
content-cli import packages -p <profileName> --file <exportedPackagesFile> --dataModelMappingsFile <dataModelMappingsFile>
302303
```
303304

305+
**Note: The --dataModelMappingsFile option is deprecated and will be removed in future releases.**
306+
304307
By default, you can not overwrite a package in the target team. To do this you can use the overwrite flag --overwrite
305308

306309
```

0 commit comments

Comments
 (0)