Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fisgeci committed Aug 11, 2023
1 parent 27fe221 commit 5f12b55
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
18 changes: 9 additions & 9 deletions DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
- [Pull package for EMS Store](#pull-package-for-ems-store)
- [Pull/Push individual assets from/to Studio](#pullpush-individual-assets-fromto-studio)
- [Overwrite Package In Studio](#overwrite-package-in-studio)
- [Export multiple packages at once from Studio](#export-multiple-packages-at-once-from-studio)
- [Importing multiple packages into Studio](#importing-multiple-packages-into-studio)
- [Batch Export packages from Studio](#export-multiple-packages-at-once-from-studio)
- [Batch import packages into Studio](#importing-multiple-packages-into-studio)
- [List all spaces in Studio](#list-all-spaces-in-studio)
- [List all packages in Studio](#list-all-packages-in-studio)
- [Asset options for Analysis](#asset-options-for-analysis)
Expand Down Expand Up @@ -260,28 +260,28 @@ When you use overwrite the following is to be taken into consideration:
content-cli push package -p my-profile-name --spaceKey my-space -f <path-to-my-local-package> --overwrite
```

### Export multiple packages at once from Studio
### Batch export packages from Studio

You can use the export packages command to export multiple packages at once from studio.
You can use the export packages command to batch export packages from studio.

```
//Exporting multiple packages at once
//Batch export packages
content-cli export packages -p <profileName> --packageKeys <package1> <package2>
```

You can use the --includeDependencies flag to also export the dependencies of the specified packages.

```
//Exporting multiple packages at once with dependencies
//Batch export packages with dependencies
content-cli export packages -p <profileName> --packageKeys <package1> <package2> --includeDependencies
```

### Importing multiple packages into Studio
### Batch import packages into Studio

You can use the `import packages` command to import multiple packages that were exported using `export packages` at once into studio.
You can use the `import packages` command to batch import packages that were exported using `export packages` at once into studio.

```
//Importing multiple packages at once
//Batch import packages
content-cli import packages -p <profileName> --file <exportedPackagesFile>
```

Expand Down
1 change: 0 additions & 1 deletion src/util/json.ts

This file was deleted.

0 comments on commit 5f12b55

Please sign in to comment.