Skip to content

Commit 154b71d

Browse files
committed
Updated example/README.md to capture example changes after latest release
1 parent 2c82e55 commit 154b71d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

example/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ This folder contains a code snippet demonstrating how to use the 1Password Pytho
99
- Generate different types of passwords (PIN, memorable, and random).
1010
- Share an item with valid recipients and create a shareable link.
1111
- Archive or delete items from the vault.
12+
- Create and manage SSH key items.
13+
- Create and manage document items, including replacing and reading documents.
14+
- Create and manage file field items by attaching and deleting files.
1215

1316
## Prerequisites
1417

@@ -38,5 +41,8 @@ When running the example, the terminal will display:
3841
- Details of newly created and updated items.
3942
- Generated passwords (PIN, memorable, random).
4043
- A shareable link for shared items.
44+
- SSH key attributes like public key and fingerprint.
45+
- Document content after replacing the file.
46+
- A list of file field items and file deletions.
4147

42-
These outputs show the results of vault and item operations, password generation, and sharing.
48+
These outputs show the results of vault and item operations, password generation, item sharing, and management of SSH and document items.

0 commit comments

Comments
 (0)