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
Rather than write the new item template out to a temp file and then using --template, we should generate the template and send it to op._run() as input data.
This will let us get rid of the temp file management code.
We'll need to drop support for op versions that don't support receiving the template over stdin, which I believe is anything less than v2.2.2
The text was updated successfully, but these errors were encountered:
Rather than write the new item template out to a temp file and then using
--template
, we should generate the template and send it toop._run()
as input data.This will let us get rid of the temp file management code.
We'll need to drop support for
op
versions that don't support receiving the template over stdin, which I believe is anything less than v2.2.2The text was updated successfully, but these errors were encountered: