06-07-2021, 02:30 PM
Ok - the steps we are processing
This should return the list of public vaults - for the next command line you need the uuid from one of the vaults
The next list should be list of credentials stored in that vault - again now you need the uuid of the credential
These fields are then used to sync the data into ASGRD - perhaps you can see any error if you try to execute in manually?!? Perhaps something changed since we have implemented!?!
Code:
op.exe list vaultsThis should return the list of public vaults - for the next command line you need the uuid from one of the vaults
Code:
op.exe get vault <uuid>
op.exe list items --vault <uuid>The next list should be list of credentials stored in that vault - again now you need the uuid of the credential
Code:
op.exe get item <uuid> --fields username, password, desc, titleThese fields are then used to sync the data into ASGRD - perhaps you can see any error if you try to execute in manually?!? Perhaps something changed since we have implemented!?!
Regards/Gruss
Oliver
Oliver

