Skip to content

Commit

Permalink
Update DOCUMENTATION.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LaberionAjvazi authored Jan 17, 2024
1 parent 212950f commit d94dfcc
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
- [Export Data Pool](#export-data-pool)
- [Batch Import multiple Data Pools](#batch-import-multiple-data-pools)
- [Updating connection properties](#updating-connection-properties-programmatically)
- [Config commands](#config-commands)
- [List all packages across flavors](#list-all-packages-across-flavors)

## Content CLI Core Features

Expand Down Expand Up @@ -514,23 +512,4 @@ You can then update the property you want to update using the `set` command:

```content-cli set connection --profile <profile> --dataPoolId <dataPoolId> --connectionId <connectionId> --property <property> --value <value>```

### Config commands


### List all packages across flavors

With this command you can retrieve a list of all packages across flavors within a team.
The command takes your permissions into consideration and only lists the
packages you have access to.
To list only packages of certain flavors you can use the `--flavors` option and pass a list of flavors.

- It is also possible to download packages in JSON format by adding '--json' option.
- When the JSON format option is used, it is also possible to include package dependencies by adding '--withDependencies' flag.
- When the JSON format option is used, it is also possible to filter packages by adding '--packageKeys' parameter

```
content-cli config list -p <your-chosen-profile>
content-cli config list -p <profileName> --json --packageKeys <package1> <package2> --flavors <flavor1> <flavor2>
```

|--------------------------------------------------------------------------------------------------------------------------------|

0 comments on commit d94dfcc

Please sign in to comment.