Skip to content

Commit 6498381

Browse files
committed
TA-5064: Revert log usage to text
1 parent 9c1a22c commit 6498381

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

docs/user-guide/config-commands.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ content-cli config list -p <sourceProfile>
1212

1313
The result will be printed in the console containing only the package name and key:
1414

15-
```log
15+
```text
1616
info: Package1 - Key: "package-1"
1717
```
1818

@@ -24,7 +24,7 @@ content-cli config list -p <sourceProfile> --json
2424

2525
The name of the file will be printed in the console with the following format:
2626

27-
```log
27+
```text
2828
info: File downloaded successfully. New filename: 9560f81f-f746-4117-83ee-dd1f614ad624.json
2929
```
3030

@@ -61,7 +61,7 @@ The `--unzip` option can be used to unzip the exported packages into the current
6161

6262
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:
6363

64-
```log
64+
```text
6565
exported_package_random_uuid/
6666
├─ manifest.json
6767
├─ variable.json
@@ -139,7 +139,7 @@ content-cli config import -p <sourceProfile> --gitProfile myGitProfile --gitBran
139139

140140
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:
141141

142-
```log
142+
```text
143143
info: Config import report file: 9560f81f-f746-4117-83ee-dd1f614ad624.json
144144
```
145145

@@ -174,7 +174,7 @@ content-cli list assignments --type <type> --params <additionalFilteringParams>
174174

175175
The params argument should be passed in a key value format separated by commas with this specified format:
176176

177-
```log
177+
```text
178178
--params key1=value1,key2=value2,...,keyN=valueN
179179
```
180180

@@ -205,7 +205,7 @@ content-cli config versions get --packageKey my-package --packageVersion 1.2.3
205205

206206
The command will display the version metadata in the console:
207207

208-
```log
208+
```text
209209
info: Package Key: my-package-key
210210
info: Version: 1.2.3
211211
info: History ID: history-id
@@ -244,7 +244,7 @@ content-cli config nodes find --packageKey <packageKey> --nodeKey <nodeKey>
244244

245245
The command will display the node information in the console:
246246

247-
```log
247+
```text
248248
info: ID: node-id-123
249249
info: Key: node-key
250250
info: Name: My Node
@@ -268,7 +268,7 @@ content-cli config nodes get --packageKey <packageKey> --nodeKey <nodeKey> --wit
268268

269269
When configuration is included, it will be displayed as a JSON string in the output:
270270

271-
```log
271+
```text
272272
info: Configuration: {"key":"value","nested":{"field":"data"}}
273273
```
274274

@@ -314,7 +314,7 @@ content-cli config nodes list --packageKey <packageKey> --packageVersion <packag
314314

315315
The command will display information for each node in the console as a JSON object:
316316

317-
```log
317+
```text
318318
info: {"id":"node-id-123","key":"node-key-1","name":"My First Node","type":"VIEW",...}
319319
info: {"id":"node-id-456","key":"node-key-2","name":"My Second Node","type":"KNOWLEDGE_MODEL",...}
320320
...
@@ -366,7 +366,7 @@ content-cli config nodes diff --packageKey <packageKey> --nodeKey <nodeKey> --ba
366366

367367
The command will display the differences in the console:
368368

369-
```log
369+
```text
370370
info: Package Key: my-package
371371
info: Node Key: my-node
372372
info: Name: My Node
@@ -423,7 +423,7 @@ content-cli config nodes dependencies list --packageKey <packageKey> --nodeKey <
423423

424424
The command will display the dependencies in the console:
425425

426-
```log
426+
```text
427427
info: Found 3 dependencies:
428428
info: {"packageKey":"dependency-package-1","key":"dependency-key-1","type":"ANALYSIS"}
429429
info: {"packageKey":"dependency-package-2","key":"dependency-key-2","type":"VIEW"}
@@ -432,7 +432,7 @@ info: {"packageKey":"dependency-package-3","key":"dependency-key-3","type":"S
432432

433433
If no dependencies are found, the command will display:
434434

435-
```log
435+
```text
436436
info: No dependencies found for this node.
437437
```
438438

0 commit comments

Comments
 (0)