Skip to content

docs(cli): remove non-existent commands (upgrade, config, --flavor) #423

@galligan

Description

@galligan

Summary

Documentation references CLI commands and options that don't exist in the implementation.

Findings

Issue ID Description
CLI-001 --flavor option documented in docs/cli/commands.md but not implemented
CLI-002 upgrade command documented in docs/cli/commands.md and docs/cli/howto.md but doesn't exist
CLI-003 config command removed in v1.0.0-beta.1 but still documented

Files to Update

  • docs/cli/commands.md - Remove references to upgrade, config, --flavor
  • docs/cli/howto.md - Remove blz upgrade examples

Source of Truth

  • crates/blz-cli/src/cli.rs - Actual CLI implementation

Priority

Critical - These commands will fail if users try them.

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsDocumentation, guides, and examples

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions