* 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. |
||
|---|---|---|
| .. | ||
| create | ||
| delete | ||
| disable | ||
| enable | ||
| install | ||
| show | ||
| test | ||
| update | ||
| config-options.md | ||
| query.md | ||
| write.md | ||