File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ You can also use the `--spaceMappings` flag to provide a mapping of packages to
293
293
content-cli import packages -p <profileName> --file <exportedPackagesFile> --spaceMappings <packageKey1>:<targetSpaceKey1> <packageKey2>:<targetSpaceKey2> ...
294
294
```
295
295
296
- By default, all variables are assigned to the imported packages as defined in the ` manifest.yml ` file of the exported packages.
296
+ By default, all imported package variables will be assigned values as defined in the ` manifest.yml ` file of the exported packages.
297
297
Alternatively, if you want to update only the dataModel variables, you can do so by using the --dataModelMappingsFile option and
298
298
providing the output file from the data pool import command.
299
299
You can’t perform that action at this time.
0 commit comments