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
4 years agoCommand-line tool v1.12.2: op create item --template=file.json
We have added a new, smoother, more secure method of creating an item using the command-line tool!
Get a template for the category of item you want to create, and save
it to a file:
op ge...
jscarle
4 years agoOccasional Contributor
I am not using op encode directly, but I do create an item based on a template as follows:
string command = $"create item \"{template.Name}\" \"{template.Details.ToBase64()}\"";
See: https://github.com/jscarle/OnePassword.NET/blob/master/OnePassword.NET/OnePasswordManager.cs#L110
Are you saying that you're removing the entire Base64 command line functionality?