* docs(cli): fix global vs serve-specific flag documentation - Remove --verbose from global flags (it's serve-specific) - Document --num-io-threads as global-only flag - Add clear examples showing correct flag positioning - Update serve.md files with global flag usage notes - Fix config-options.md to separate Core/Enterprise examples Resolves incorrect CLI usage patterns that would cause errors. Global flags must go before 'serve', serve-specific flags go after. * docs(cli): remove Tokio runtime options from CLI index pages - Remove detailed Tokio runtime options tables from CLI index pages - Replace with simplified global options and link to config-options - Add examples showing correct global flag positioning - Fix --verbose usage to be serve-specific (after serve command) - Add --num-io-threads example as global flag (before serve command) These detailed options are now documented in config-options.md with proper global vs serve-specific categorization. |
||
|---|---|---|
| .. | ||
| api | ||
| cli | ||
| client-libraries | ||
| influxql | ||
| internals | ||
| sql | ||
| _index.md | ||
| config-options.md | ||
| glossary.md | ||
| line-protocol.md | ||
| naming-restrictions.md | ||
| processing-engine.md | ||
| sample-data.md | ||
| telemetry.md | ||