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
Create, update, and delete accounts in shared folders (#43)
Set fields LastModifiedGMT and LastTouch when reading accounts (#43)
Breaking
Delete() changed its function parameters: Instead of taking accountID string, it now takes account *Account. This allows to easily detect whether the account needs to be deleted from a shared folder (when account.Share is set).
Behaviour changed when reading from shared folders: When LastPass CLI fullname is Shared-a/b/c, the new Account field Share will contain Shared-a, field Group will contain b and field Name will contain c. Previously, field Share did not exist and the shared folder name was part of field Group.