You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to output these in a list of maps/dictionarys so parsing for the vault name to vault id mapping doesn't need to occur after listing? In the case of vaults with spaces, it's harder to use this integration because we first need to look up the vault ID and then figure out the ID of the vault.
I'm not sure if this is intentional but:
returns something like the following, containing vault name and vault id:
adding
-format=json
which is vault specific, not 1pass specific outputs a list of strings:Is there a way to output these in a list of maps/dictionarys so parsing for the vault name to vault id mapping doesn't need to occur after listing? In the case of vaults with spaces, it's harder to use this integration because we first need to look up the vault ID and then figure out the ID of the vault.
Ideal output:
The text was updated successfully, but these errors were encountered: