@sigma-auth/cli 0.0.4 → 0.0.5

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.
Files changed (2) hide show
  1. package/README.md +3 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -62,11 +62,12 @@ Contract: `docs/specs/sigma-cli-v1.md` in [sigma-auth](https://github.com/b-open
62
62
 
63
63
  ```sh
64
64
  sigma agent capabilities --json
65
- sigma agent connect --name "My agent" --capability profile.read --capability identity.read --json
65
+ sigma agent connect --name "My agent" --capability list_my_identities --capability list_authorized_apps --json
66
66
  # Complete the returned verificationUri in your browser, using userCode when provided.
67
67
  # Save the returned agentId; connect does not wait for approval.
68
68
  sigma agent status --agent-id AGENT_ID --json
69
- sigma agent execute --agent-id AGENT_ID --capability profile.read --args-file arguments.json --json
69
+ printf '{}\n' > arguments.json
70
+ sigma agent execute --agent-id AGENT_ID --capability list_my_identities --args-file arguments.json --json
70
71
  sigma agent disconnect --agent-id AGENT_ID --json
71
72
  ```
72
73
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sigma-auth/cli",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "Headless Sigma Auth CLI: create a BAP identity locally, sign in with Bitcoin-Auth, diagnose public identities, push encrypted backups, register OAuth clients",
5
5
  "type": "module",
6
6
  "bin": {