@@ -120,14 +120,14 @@ Synopsis: `vf-core-service-discovery run [options]`
120
120
121
121
| Option | Type | Default | Description |
122
122
| -------------------------| ---------| ---------------------------------| -----------------------------|
123
- | ` -v ` , ` --verbose ` | boolean | false | Show debug information |
124
- | ` -l ` , ` --log-file ` | string | 'vf-core-service-discovery.log' | Log file location |
125
- | ` -f ` , ` --force ` | boolean | false | By-pass the cache |
126
- | ` -p ` , ` --profile ` | boolean | false | Profile the service discovery |
127
- | ` -r ` , ` --reporters ` | array | [ 'cli'] | The reporters to use (cli and json) |
128
- | ` -d ` , ` --disabled ` | array | [ ] | List of disabled steps (from getConfig, getChangelog getDependents) |
129
- | ` -o ` , ` --only-outdated ` | boolean | false | Display only outdated components |
130
- | ` -m ` , ` --format ` | string | '' | Specifies the formatting for the results |
123
+ | ` -v ` , ` --verbose ` | boolean | ` false ` | Show debug information |
124
+ | ` -l ` , ` --log-file ` | string | ` 'vf-core-service-discovery.log' ` | Log file location |
125
+ | ` -f ` , ` --force ` | boolean | ` false ` | By-pass the cache |
126
+ | ` -p ` , ` --profile ` | boolean | ` false ` | Profile the service discovery |
127
+ | ` -r ` , ` --reporters ` | array | ` ['cli'] ` | The reporters to use (cli and json) |
128
+ | ` -d ` , ` --disabled ` | array | ` [] ` | List of disabled steps (from getConfig, getChangelog getDependents) |
129
+ | ` -o ` , ` --only-outdated ` | boolean | ` false ` | Display only outdated components |
130
+ | ` -m ` , ` --format ` | string | ` '' ` | Specifies the formatting for the results |
131
131
132
132
#### Custom formatting
133
133
@@ -176,17 +176,17 @@ Synopsis: `vf-core-service-discovery config [key] [value] [options]`
176
176
177
177
| Key | Value | Default | Description |
178
178
| ---------------------| --------| ---------| ------------------------------------------|
179
- | ` cacheExpiry ` | string | 8h | Time before the cache expires |
180
- | ` lastInvalidation ` | Date | null | Last time the cache has been invalidated |
181
- | ` vfCoreVersion ` | string | '' | Latest vf-core release version |
179
+ | ` cacheExpiry ` | string | ` '8h' ` | Time before the cache expires |
180
+ | ` lastInvalidation ` | Date | ` null ` | Last time the cache has been invalidated |
181
+ | ` vfCoreVersion ` | string | ` '' ` | Latest vf-core release version |
182
182
183
183
### <a name =" cli-documentation-config-options " ></a >Options
184
184
185
185
| Option | Type | Default | Description |
186
186
| --------------------| ---------| ---------------------------------| ---------------------------------|
187
- | ` -v ` , ` --verbose ` | boolean | false | Show debug information |
188
- | ` -l ` , ` --log-file ` | string | 'vf-core-service-discovery.log' | Log file location |
189
- | ` -r ` , ` --reset ` | boolean | false | Reset configuration to defaults |
187
+ | ` -v ` , ` --verbose ` | boolean | ` false ` | Show debug information |
188
+ | ` -l ` , ` --log-file ` | string | ` 'vf-core-service-discovery.log' ` | Log file location |
189
+ | ` -r ` , ` --reset ` | boolean | ` false ` | Reset configuration to defaults |
190
190
191
191
# Module documentation
192
192
0 commit comments