Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
jscarle
5 years agoOccasional Contributor
The irony of a security improvement which is equally insecure
I have an issue with the improvement detailed in the 1.12.2 CLI update: https://1password.community/discussion/123986/command-line-tool-v1-12-2-op-create-item-template-file-json
Micheal mentions t...
jscarle
5 years agoOccasional Contributor
That's some great news as it will allow the use of non-file based inputs, whichever the source. Thank you very much!
As for the $HOME directory, that's a Linux variable. The mistake is equally present on the documentation page. The Windows equivalent to cd $HOME would in fact be cd %USERPROFILE%.
In order to improve security by preventing command-line logging, there would also need to be an improvement made to op edit item (https://support.1password.com/command-line-reference/#edit-item) as there is currently no other way to edit an existing item other then to hand over a list of assignments.
Personally, I would love to see the addition of --filename <path> with the option to specify stdin in the same way as edit document does (--filename -). This would allow sending the full json of an existing item (either through a permission secured local file or through stdin) without logging any of the changes on the command-line.