@primitivedotdev/cli 0.31.0 → 0.31.2

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/dist/oclif/index.js +1680 -578
  2. package/package.json +4 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primitivedotdev/cli",
3
- "version": "0.31.0",
3
+ "version": "0.31.2",
4
4
  "description": "Official Primitive CLI: deploy Primitive Functions, send and inspect mail, manage endpoints, all from the terminal. Wraps the @primitivedotdev/sdk runtime client with one-shot commands.",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -34,6 +34,9 @@
34
34
  "account": {
35
35
  "description": "Manage your account settings, storage, and webhook secret"
36
36
  },
37
+ "agent": {
38
+ "description": "Agent signup and authentication API operations"
39
+ },
37
40
  "domains": {
38
41
  "description": "Claim, verify, and manage email domains"
39
42
  },