Possible introduction of breaking changes in Minor version 2.30.0
mementoMori
Community Member
In the update to the version 2.30.0 the changelog specifies that:
Sensitive values from item management commands' human-readable output are now concealed and can be displayed using the
--reveal
flag. {4158}
This change may lead to breaking workflows and therefore should not be introduced in a minor version.
For Example we have defined the following as part of a script:
export AWS_SECRET_ACCESS_KEY="$(op item get "AWS Access Key - terraform (live)" --fields 'secret access key')"
This new feature makes the script unusable like this.
1Password Version: Not Provided
Extension Version: Not Provided
OS Version: Not Provided
Browser: Not Provided
0