You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user-guide/config-commands.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ content-cli config list -p <sourceProfile>
12
12
13
13
The result will be printed in the console containing only the package name and key:
14
14
15
-
```log
15
+
```text
16
16
info: Package1 - Key: "package-1"
17
17
```
18
18
@@ -24,7 +24,7 @@ content-cli config list -p <sourceProfile> --json
24
24
25
25
The name of the file will be printed in the console with the following format:
26
26
27
-
```log
27
+
```text
28
28
info: File downloaded successfully. New filename: 9560f81f-f746-4117-83ee-dd1f614ad624.json
29
29
```
30
30
@@ -61,7 +61,7 @@ The `--unzip` option can be used to unzip the exported packages into the current
61
61
62
62
Depending on the `--unzip` option used, a zip file, or a directory containing the exported packages, will be created in the current working directory containing:
Finally, the result of this command will be a list of PostPackageImportData exported as a json file. The file name will be printed with the following message format:
0 commit comments