Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
zcutlip
4 years agoDedicated Contributor
op 2.x appends a newline to end of document bytes
It appears op
version 2 (2.1.0 in my testing) appends a \x0a
or ASCII newline character to the end of the byte stream when calling op document get
.
I've run a few tests with versions 1.12.4 and 2.1.0. In each case I get the errant byte on the end with version 2, and not with version 1. I've attached a few screenshots. In the screenshots are two example documents each being retrieved by op
version 1.12.4 and version 2.1.0. In each the bytes are piped to hexdump
to show the errant \x0a
byte on the end (or the absence of the byte).
Example 1:
Example 2:
1Password Version: Not Provided
Extension Version: Not Provided
OS Version: Not Provided
6 Replies
- andi_t_1P
1Password Team
Thanks for the valuable feedback!
- zcutlipDedicated Contributor
This appears fixed in v2.3.0. Thanks!
- Former Member
Glad to help, zcutlip! Let us know if you encounter any other bugs/have any feedback on the CLI, overall!
- zcutlipDedicated Contributor
Awesome. Thank you!
- Former Member
Thanks for reporting this zcutlip ,
I've created an internal issue to fix this bug!
- zcutlipDedicated Contributor
I guess technically it's the ASCII "linefeed" not "newline"