User Story
As a cloudctl user, I want to display my active context and namespace in my shell prompt, so I always know which cluster I am targeting.
Description
cloudctl prompt [--no-color] prints [context|namespace] with color coding for use in PS1/PROMPT: bold green for QA contexts (containing qa-), bold white on red background for production. --no-color disables ANSI codes for scripting.
Acceptance Criteria
Reference Issues
Epic: #70
User Story
Description
cloudctl prompt [--no-color]prints[context|namespace]with color coding for use inPS1/PROMPT: bold green for QA contexts (containingqa-), bold white on red background for production.--no-colordisables ANSI codes for scripting.Acceptance Criteria
[context|namespace]to stdoutqa-) rendered in bold green--no-colorflag disables all ANSI color codesReference Issues
Epic: #70