Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
ecerulm
3 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
3 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?