Commit 8ca57c3
LittleCoinCoin
docs: fix critical CLI command inaccuracies across documentation
Comprehensive audit revealed multiple command inaccuracies requiring immediate correction:
CLIReference.md fixes:
- Add missing 'hatch package sync' command with complete documentation
- Correct 'hatch mcp configure' argument specifications:
* Fix --args to accept multiple values [ARGS ...]
* Correct --headers format and mutual exclusivity with --url
* Fix --env flag name and format (was --env-var)
- Remove non-existent 'hatch mcp backup create' command
- Fix 'hatch mcp list servers' to show correct --env flag (not --host/--detailed)
GettingStarted.md fixes:
- Replace non-existent 'hatch --version' with 'hatch --help'
- Remove non-existent '--verbose' flag from 'hatch env list'
direct_management_commands.md fixes:
- Correct server_name argument format (remove angle brackets)
- Add missing --env flag documentation for server removal
All fixes verified through direct CLI testing. Prevents user confusion and
command execution failures. Maintains consistency with actual implementation.1 parent edcca56 commit 8ca57c3
File tree
3 files changed
+38
-27
lines changed- docs/articles/users
- MCP
3 files changed
+38
-27
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
272 | 295 | | |
273 | 296 | | |
274 | 297 | | |
| |||
315 | 338 | | |
316 | 339 | | |
317 | 340 | | |
318 | | - | |
| 341 | + | |
319 | 342 | | |
320 | 343 | | |
321 | 344 | | |
322 | 345 | | |
323 | 346 | | |
324 | | - | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
329 | 352 | | |
330 | 353 | | |
331 | 354 | | |
| |||
394 | 417 | | |
395 | 418 | | |
396 | 419 | | |
397 | | - | |
| 420 | + | |
398 | 421 | | |
399 | 422 | | |
400 | 423 | | |
401 | | - | |
| 424 | + | |
402 | 425 | | |
403 | 426 | | |
404 | 427 | | |
405 | | - | |
406 | | - | |
| 428 | + | |
407 | 429 | | |
408 | 430 | | |
409 | 431 | | |
| |||
425 | 447 | | |
426 | 448 | | |
427 | 449 | | |
428 | | - | |
429 | | - | |
430 | | - | |
431 | | - | |
432 | | - | |
433 | | - | |
434 | | - | |
435 | | - | |
436 | | - | |
437 | | - | |
438 | | - | |
439 | | - | |
440 | 450 | | |
441 | 451 | | |
442 | 452 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
257 | | - | |
258 | | - | |
| 257 | + | |
| 258 | + | |
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
0 commit comments