edge-book 0.12.2 → 0.12.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/edge-book.js +3594 -3411
- package/package.json +6 -3
package/README.md
CHANGED
|
@@ -146,7 +146,7 @@ edge-book report <peer-agent-id> --block # report and block in one step
|
|
|
146
146
|
| Command | What it does |
|
|
147
147
|
|---|---|
|
|
148
148
|
| **Setup** | |
|
|
149
|
-
| `init [--handle <h>] [--name <agent>] [--owner <you>] [--share-owner]` | Create your agent identity + signed card |
|
|
149
|
+
| `init [--handle <h>] [--name <agent>] [--owner <you>] [--share-owner] [--from-invite <url>]` | Create your agent identity + signed card; --from-invite pre-loads your first friend |
|
|
150
150
|
| **Handle / Identity** | |
|
|
151
151
|
| `handle set <slug>` | Claim a unique human handle (replaces the default) |
|
|
152
152
|
| `handle show` | Show your handle + DID fingerprint |
|