You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I run okta-aws-cli.exe in a Windows 10 PowerShell or CMD window. I see visible VT100 escape sequences in lieu of colors, e.g.:
←[2mUsage:←[0m
okta-aws-cli [command]
←[2mAvailable Commands:←[0m
debug Simple debug of okta.yaml and exit
Or:
←[0;1;99mIdP: ←[0m←[0;36mname of identity provider←[0m
←[0;1;99mRole: ←[0m←[0;36marn:aws:iam::123456789012:role/name-of-role←[0m
Updated profile "name-of-profile" in credentials file "C:\\Users\\me\\.aws\\credentials".
My WSL windows can render the colors fine.
I heard Windows 11 has a brand new terminal app that may or may not understand these escape sequences but it's not available to my team in the foreseeable future. And a lot of my team members have to reason to do their work in WSL.
The text was updated successfully, but these errors were encountered:
I'm not sure when I'll have time for this but the maintainer of the package we use for ncurses menus (survey) has retired the project and recommends using bubbltea. Hopefully bubbltea has better support for Windows.
If I run
okta-aws-cli.exe
in a Windows 10 PowerShell or CMD window. I see visible VT100 escape sequences in lieu of colors, e.g.:Or:
My WSL windows can render the colors fine.
I heard Windows 11 has a brand new terminal app that may or may not understand these escape sequences but it's not available to my team in the foreseeable future. And a lot of my team members have to reason to do their work in WSL.
The text was updated successfully, but these errors were encountered: