Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
ecerulm
2 years agoNew Contributor
Prevent "op run" to buffer the output or at least do only line buffering
When I run a long running program that output slowly like "op run -- dbt run", "op run" seems to buffer the output so I don't see the actual output until the buffer if full or the command completes...
crazystick
2 years agoNew Contributor
If you use op run --no-masking -- cmd
then you will see the output. Anyone from 1Password advise if there's any way to keep the masking functionality but still output lines to stdout as they are printed?