It’s Cybersecurity Awareness Month! Join our interactive training session, or learn about security and AI from 1Password experts.
Forum Discussion
gboudrea
4 years agoOccasional Contributor
CLI 2: op run removes colors, ignores terminal size
ls outputs colors, and uses multiple columns:
But using op run , it doesn't:
1Password Version: CLI 2.1.0
Extension Version: Not Provided
OS Version: macOS
Jack_P_1P
1Password Team
3 years agoHi @lukany:
We don't have anything to share just yet, so please keep an eye out for updates.
That's exactly right, support for the --color
flag will depend on the program you're running. 1Password CLI masking secrets means that to the run program, it's no longer considered a terminal-type output, so generally tools that use auto-detection to decide whether or not to send colors will default to no color. If a program has a "force color" flag or similar, that should generally work with op run ....
.
Jack