Skip to content

[BUG] Fix incorrect command syntax in history error messageΒ #379

@ShreeJejurikar

Description

@ShreeJejurikar

Bug Description

The error message after a failed installation shows incorrect command syntax for viewing installation details.

Current Behavior

πŸ“ Installation recorded (ID: abc123)
   View details: cortex history show abc123    # ❌ Wrong

Expected Behavior

πŸ“ Installation recorded (ID: abc123)
   View details: cortex history abc123          # βœ… Correct

Steps to Reproduce

  1. Run any install command that fails
  2. Observe the error message
  3. Note it says cortex history show <id> but the correct command is cortex history <id>

Impact

  • Confuses users who copy-paste the suggested command
  • Minor UX issue

Solution

Update the error message string in the CLI code to remove "show" from the history command suggestion.

Labels: bug, good first issue, documentation
Priority: Low

Bounty: $25

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions