@@ -16,7 +16,7 @@ $ npm install -g konfig-cli
16
16
$ konfig COMMAND
17
17
running command...
18
18
$ konfig (--version)
19
- konfig-cli/1.38.46 linux-x64 node-v16.20.2
19
+ konfig-cli/1.38.47 linux-x64 node-v16.20.2
20
20
$ konfig --help [COMMAND]
21
21
USAGE
22
22
$ konfig COMMAND
@@ -79,7 +79,7 @@ EXAMPLES
79
79
$ konfig bump
80
80
```
81
81
82
- _ See code: [ dist/commands/bump.ts] ( https://github.com/konfig-dev/konfig-cli/blob/v1.38.46 /dist/commands/bump.ts ) _
82
+ _ See code: [ dist/commands/bump.ts] ( https://github.com/konfig-dev/konfig-cli/blob/v1.38.47 /dist/commands/bump.ts ) _
83
83
84
84
## ` konfig changeset `
85
85
@@ -107,7 +107,7 @@ EXAMPLES
107
107
$ konfig changeset -g python
108
108
```
109
109
110
- _ See code: [ dist/commands/changeset.ts] ( https://github.com/konfig-dev/konfig-cli/blob/v1.38.46 /dist/commands/changeset.ts ) _
110
+ _ See code: [ dist/commands/changeset.ts] ( https://github.com/konfig-dev/konfig-cli/blob/v1.38.47 /dist/commands/changeset.ts ) _
111
111
112
112
## ` konfig detect-breaking-change `
113
113
@@ -128,7 +128,7 @@ EXAMPLES
128
128
$ konfig detect-breaking-change
129
129
```
130
130
131
- _ See code: [ dist/commands/detect-breaking-change.ts] ( https://github.com/konfig-dev/konfig-cli/blob/v1.38.46 /dist/commands/detect-breaking-change.ts ) _
131
+ _ See code: [ dist/commands/detect-breaking-change.ts] ( https://github.com/konfig-dev/konfig-cli/blob/v1.38.47 /dist/commands/detect-breaking-change.ts ) _
132
132
133
133
## ` konfig diff `
134
134
@@ -145,7 +145,7 @@ EXAMPLES
145
145
$ konfig diff
146
146
```
147
147
148
- _ See code: [ dist/commands/diff.ts] ( https://github.com/konfig-dev/konfig-cli/blob/v1.38.46 /dist/commands/diff.ts ) _
148
+ _ See code: [ dist/commands/diff.ts] ( https://github.com/konfig-dev/konfig-cli/blob/v1.38.47 /dist/commands/diff.ts ) _
149
149
150
150
## ` konfig fix `
151
151
@@ -185,7 +185,7 @@ EXAMPLES
185
185
$ konfig fix
186
186
```
187
187
188
- _ See code: [ dist/commands/fix.ts] ( https://github.com/konfig-dev/konfig-cli/blob/v1.38.46 /dist/commands/fix.ts ) _
188
+ _ See code: [ dist/commands/fix.ts] ( https://github.com/konfig-dev/konfig-cli/blob/v1.38.47 /dist/commands/fix.ts ) _
189
189
190
190
## ` konfig generate `
191
191
@@ -234,7 +234,7 @@ EXAMPLES
234
234
$ konfig generate
235
235
```
236
236
237
- _ See code: [ dist/commands/generate.ts] ( https://github.com/konfig-dev/konfig-cli/blob/v1.38.46 /dist/commands/generate.ts ) _
237
+ _ See code: [ dist/commands/generate.ts] ( https://github.com/konfig-dev/konfig-cli/blob/v1.38.47 /dist/commands/generate.ts ) _
238
238
239
239
## ` konfig help [COMMAND] `
240
240
@@ -274,7 +274,7 @@ EXAMPLES
274
274
$ konfig ignore
275
275
```
276
276
277
- _ See code: [ dist/commands/ignore.ts] ( https://github.com/konfig-dev/konfig-cli/blob/v1.38.46 /dist/commands/ignore.ts ) _
277
+ _ See code: [ dist/commands/ignore.ts] ( https://github.com/konfig-dev/konfig-cli/blob/v1.38.47 /dist/commands/ignore.ts ) _
278
278
279
279
## ` konfig init `
280
280
@@ -297,7 +297,7 @@ EXAMPLES
297
297
$ konfig init
298
298
```
299
299
300
- _ See code: [ dist/commands/init.ts] ( https://github.com/konfig-dev/konfig-cli/blob/v1.38.46 /dist/commands/init.ts ) _
300
+ _ See code: [ dist/commands/init.ts] ( https://github.com/konfig-dev/konfig-cli/blob/v1.38.47 /dist/commands/init.ts ) _
301
301
302
302
## ` konfig lint `
303
303
@@ -314,7 +314,7 @@ EXAMPLES
314
314
$ konfig lint
315
315
```
316
316
317
- _ See code: [ dist/commands/lint.ts] ( https://github.com/konfig-dev/konfig-cli/blob/v1.38.46 /dist/commands/lint.ts ) _
317
+ _ See code: [ dist/commands/lint.ts] ( https://github.com/konfig-dev/konfig-cli/blob/v1.38.47 /dist/commands/lint.ts ) _
318
318
319
319
## ` konfig lint-python `
320
320
@@ -342,7 +342,7 @@ EXAMPLES
342
342
$ konfig lint-python -f -p test/simple_test.py
343
343
```
344
344
345
- _ See code: [ dist/commands/lint-python.ts] ( https://github.com/konfig-dev/konfig-cli/blob/v1.38.46 /dist/commands/lint-python.ts ) _
345
+ _ See code: [ dist/commands/lint-python.ts] ( https://github.com/konfig-dev/konfig-cli/blob/v1.38.47 /dist/commands/lint-python.ts ) _
346
346
347
347
## ` konfig list-sdk-submodules `
348
348
@@ -359,7 +359,7 @@ EXAMPLES
359
359
$ konfig list-sdk-submodules
360
360
```
361
361
362
- _ See code: [ dist/commands/list-sdk-submodules.ts] ( https://github.com/konfig-dev/konfig-cli/blob/v1.38.46 /dist/commands/list-sdk-submodules.ts ) _
362
+ _ See code: [ dist/commands/list-sdk-submodules.ts] ( https://github.com/konfig-dev/konfig-cli/blob/v1.38.47 /dist/commands/list-sdk-submodules.ts ) _
363
363
364
364
## ` konfig login `
365
365
@@ -376,7 +376,7 @@ EXAMPLES
376
376
$ konfig login
377
377
```
378
378
379
- _ See code: [ dist/commands/login.ts] ( https://github.com/konfig-dev/konfig-cli/blob/v1.38.46 /dist/commands/login.ts ) _
379
+ _ See code: [ dist/commands/login.ts] ( https://github.com/konfig-dev/konfig-cli/blob/v1.38.47 /dist/commands/login.ts ) _
380
380
381
381
## ` konfig logout `
382
382
@@ -393,7 +393,7 @@ EXAMPLES
393
393
$ konfig logout
394
394
```
395
395
396
- _ See code: [ dist/commands/logout.ts] ( https://github.com/konfig-dev/konfig-cli/blob/v1.38.46 /dist/commands/logout.ts ) _
396
+ _ See code: [ dist/commands/logout.ts] ( https://github.com/konfig-dev/konfig-cli/blob/v1.38.47 /dist/commands/logout.ts ) _
397
397
398
398
## ` konfig mock `
399
399
@@ -410,7 +410,7 @@ EXAMPLES
410
410
$ konfig mock
411
411
```
412
412
413
- _ See code: [ dist/commands/mock.ts] ( https://github.com/konfig-dev/konfig-cli/blob/v1.38.46 /dist/commands/mock.ts ) _
413
+ _ See code: [ dist/commands/mock.ts] ( https://github.com/konfig-dev/konfig-cli/blob/v1.38.47 /dist/commands/mock.ts ) _
414
414
415
415
## ` konfig openapi-schema-validate `
416
416
@@ -433,7 +433,7 @@ EXAMPLES
433
433
$ konfig openapi-schema-validate
434
434
```
435
435
436
- _ See code: [ dist/commands/openapi-schema-validate.ts] ( https://github.com/konfig-dev/konfig-cli/blob/v1.38.46 /dist/commands/openapi-schema-validate.ts ) _
436
+ _ See code: [ dist/commands/openapi-schema-validate.ts] ( https://github.com/konfig-dev/konfig-cli/blob/v1.38.47 /dist/commands/openapi-schema-validate.ts ) _
437
437
438
438
## ` konfig p2o `
439
439
@@ -454,7 +454,7 @@ EXAMPLES
454
454
$ konfig p2o
455
455
```
456
456
457
- _ See code: [ dist/commands/p2o.ts] ( https://github.com/konfig-dev/konfig-cli/blob/v1.38.46 /dist/commands/p2o.ts ) _
457
+ _ See code: [ dist/commands/p2o.ts] ( https://github.com/konfig-dev/konfig-cli/blob/v1.38.47 /dist/commands/p2o.ts ) _
458
458
459
459
## ` konfig pr-create `
460
460
@@ -479,7 +479,7 @@ EXAMPLES
479
479
$ konfig pr-create
480
480
```
481
481
482
- _ See code: [ dist/commands/pr-create.ts] ( https://github.com/konfig-dev/konfig-cli/blob/v1.38.46 /dist/commands/pr-create.ts ) _
482
+ _ See code: [ dist/commands/pr-create.ts] ( https://github.com/konfig-dev/konfig-cli/blob/v1.38.47 /dist/commands/pr-create.ts ) _
483
483
484
484
## ` konfig pr-merge `
485
485
@@ -502,7 +502,7 @@ EXAMPLES
502
502
$ konfig pr-merge
503
503
```
504
504
505
- _ See code: [ dist/commands/pr-merge.ts] ( https://github.com/konfig-dev/konfig-cli/blob/v1.38.46 /dist/commands/pr-merge.ts ) _
505
+ _ See code: [ dist/commands/pr-merge.ts] ( https://github.com/konfig-dev/konfig-cli/blob/v1.38.47 /dist/commands/pr-merge.ts ) _
506
506
507
507
## ` konfig publish `
508
508
@@ -535,7 +535,7 @@ EXAMPLES
535
535
$ konfig publish
536
536
```
537
537
538
- _ See code: [ dist/commands/publish.ts] ( https://github.com/konfig-dev/konfig-cli/blob/v1.38.46 /dist/commands/publish.ts ) _
538
+ _ See code: [ dist/commands/publish.ts] ( https://github.com/konfig-dev/konfig-cli/blob/v1.38.47 /dist/commands/publish.ts ) _
539
539
540
540
## ` konfig published `
541
541
@@ -555,7 +555,7 @@ EXAMPLES
555
555
$ konfig published
556
556
```
557
557
558
- _ See code: [ dist/commands/published.ts] ( https://github.com/konfig-dev/konfig-cli/blob/v1.38.46 /dist/commands/published.ts ) _
558
+ _ See code: [ dist/commands/published.ts] ( https://github.com/konfig-dev/konfig-cli/blob/v1.38.47 /dist/commands/published.ts ) _
559
559
560
560
## ` konfig pull `
561
561
@@ -576,7 +576,7 @@ EXAMPLES
576
576
$ konfig pull
577
577
```
578
578
579
- _ See code: [ dist/commands/pull.ts] ( https://github.com/konfig-dev/konfig-cli/blob/v1.38.46 /dist/commands/pull.ts ) _
579
+ _ See code: [ dist/commands/pull.ts] ( https://github.com/konfig-dev/konfig-cli/blob/v1.38.47 /dist/commands/pull.ts ) _
580
580
581
581
## ` konfig push `
582
582
@@ -600,7 +600,7 @@ EXAMPLES
600
600
$ konfig push
601
601
```
602
602
603
- _ See code: [ dist/commands/push.ts] ( https://github.com/konfig-dev/konfig-cli/blob/v1.38.46 /dist/commands/push.ts ) _
603
+ _ See code: [ dist/commands/push.ts] ( https://github.com/konfig-dev/konfig-cli/blob/v1.38.47 /dist/commands/push.ts ) _
604
604
605
605
## ` konfig revalidate-demos [FILE] `
606
606
@@ -622,7 +622,7 @@ EXAMPLES
622
622
$ konfig revalidate-demos
623
623
```
624
624
625
- _ See code: [ dist/commands/revalidate-demos.ts] ( https://github.com/konfig-dev/konfig-cli/blob/v1.38.46 /dist/commands/revalidate-demos.ts ) _
625
+ _ See code: [ dist/commands/revalidate-demos.ts] ( https://github.com/konfig-dev/konfig-cli/blob/v1.38.47 /dist/commands/revalidate-demos.ts ) _
626
626
627
627
## ` konfig revalidate-portal [FILE] `
628
628
@@ -644,7 +644,7 @@ EXAMPLES
644
644
$ konfig revalidate-portal
645
645
```
646
646
647
- _ See code: [ dist/commands/revalidate-portal.ts] ( https://github.com/konfig-dev/konfig-cli/blob/v1.38.46 /dist/commands/revalidate-portal.ts ) _
647
+ _ See code: [ dist/commands/revalidate-portal.ts] ( https://github.com/konfig-dev/konfig-cli/blob/v1.38.47 /dist/commands/revalidate-portal.ts ) _
648
648
649
649
## ` konfig slack-msg [FILE] `
650
650
@@ -665,7 +665,7 @@ EXAMPLES
665
665
$ konfig slack-msg
666
666
```
667
667
668
- _ See code: [ dist/commands/slack-msg.ts] ( https://github.com/konfig-dev/konfig-cli/blob/v1.38.46 /dist/commands/slack-msg.ts ) _
668
+ _ See code: [ dist/commands/slack-msg.ts] ( https://github.com/konfig-dev/konfig-cli/blob/v1.38.47 /dist/commands/slack-msg.ts ) _
669
669
670
670
## ` konfig test `
671
671
@@ -689,7 +689,7 @@ EXAMPLES
689
689
$ konfig test
690
690
```
691
691
692
- _ See code: [ dist/commands/test.ts] ( https://github.com/konfig-dev/konfig-cli/blob/v1.38.46 /dist/commands/test.ts ) _
692
+ _ See code: [ dist/commands/test.ts] ( https://github.com/konfig-dev/konfig-cli/blob/v1.38.47 /dist/commands/test.ts ) _
693
693
694
694
## ` konfig version `
695
695
@@ -706,5 +706,5 @@ EXAMPLES
706
706
$ konfig version
707
707
```
708
708
709
- _ See code: [ dist/commands/version.ts] ( https://github.com/konfig-dev/konfig-cli/blob/v1.38.46 /dist/commands/version.ts ) _
709
+ _ See code: [ dist/commands/version.ts] ( https://github.com/konfig-dev/konfig-cli/blob/v1.38.47 /dist/commands/version.ts ) _
710
710
<!-- commandsstop -->
0 commit comments