diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index 306b0dd..f16d115 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -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 @@ -514,23 +512,4 @@ You can then update the property you want to update using the `set` command: ```content-cli set connection --profile --dataPoolId --connectionId --property --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 -content-cli config list -p --json --packageKeys --flavors -``` - |--------------------------------------------------------------------------------------------------------------------------------|