mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[kbn/optimizer] fix --update-limit docs (#114840)
Co-authored-by: spalger <spalger@users.noreply.github.com>
This commit is contained in:
parent
6d5354a99d
commit
5de36a8229
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ export function runKbnOptimizerCli(options: { defaultLimitsPath: string }) {
|
|||
--no-inspect-workers when inspecting the parent process, don't inspect the workers
|
||||
--limits path to a limits.yml file to read, defaults to $KBN_OPTIMIZER_LIMITS_PATH or source file
|
||||
--validate-limits validate the limits.yml config to ensure that there are limits defined for every bundle
|
||||
--update-limits run a build and rewrite the limits file to include the current bundle sizes +5kb
|
||||
--update-limits run a build and rewrite the limits file to include the current bundle sizes +15kb
|
||||
`,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue