-
Notifications
You must be signed in to change notification settings - Fork 30
[UX] config set always prints [OK]; status label is redundant/inconsistent #48558
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingideIssues related to IDEIssues related to IDEvalidValid issueValid issue
Description
Project
cortex
Description
cortex config set success output always includes [OK], but this command currently has no alternate bracketed statuses in normal flow. The label adds noise without conveying extra state. Either remove [OK] for this command or introduce consistent bracketed labels across all outcomes ([INFO], [WARN], [ERROR]) so the prefix carries real meaning.
Error Message
Debug Logs
System Information
Linux 6.14Screenshots
Steps to Reproduce
- Run
cortex config set <key> <value>. - Observe success output always starts with
[OK]. - Compare with error paths, which often use non-bracketed
Error:/error:.
Expected Behavior
Use one consistent status system:
- Option A: remove
[OK]from this command and print plain success text, or - Option B: use bracketed labels consistently for success/info/warn/error in this command group.
Actual Behavior
config set always prints [OK], while related failures often use different non-bracketed formats.
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingideIssues related to IDEIssues related to IDEvalidValid issueValid issue