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
Former Member
2 years agoCannot create an item from template and stdin at the same time
Hi,
In a little shell script, I extract the data of the source item, then create a temporary template.json file and then I create the item using the template.
My problem is that my script fail w...
Former Member
2 years agoHi @Bhaasha !
This is a known issue, and the easiest solution is to pipe the file into the item create command: cat template.json | op item create
. We are looking into a solution for this and will let you know when we have a fix.
Thank you!
Amanda