-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Op run does not preserve color #413
Comments
Also experiencing this, but with rust's cargo run and other commands. |
This issue appears to be tied to the "masking" feature, since I get color output using |
@florisvdg sorry to ping you, i wanted to reach out to someone in 1p team. Is it possible for someone from 1p to look at this? It makes it hard to use op cli to protect secrets when it changes the behaviour of the commands we need to invoke. |
I have the same issue with |
I also run into this issue, and find that using the |
op CLI version
2.22
Goal or desired behavior
I'm running op run with wrangler
op run --env-file='.dev.vars' -- wrangler dev src/worker.ts --port 8888
The colors from wrangler and the formatting of its cli is not preserved
Current behavior
The cli removes color and formatting. Its hard to parse debug information and makes it hard to use 1p cli
Relevant log output
No response
The text was updated successfully, but these errors were encountered: