@vox-ai/cli-darwin-x64 0.1.0-beta.32 → 0.1.0-beta.34

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 (3) hide show
  1. package/README.md +2 -1
  2. package/bin/vox +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -70,7 +70,8 @@ A high-level map of the public surface. Run any command with `--help` for detail
70
70
  | Discover offline | `docs search/show`, `skills list/show`, `schema list/get` |
71
71
  | Authoring | `agent …`, `tool …`, `knowledge …` (plan, create, edit, validate, diff, push, version, promote) |
72
72
  | Sync | `sync status`, `sync import`, `sync bootstrap` |
73
- | Multi-org | `org list`, `org switch`, `org api-key create/list/revoke`, `workspace init` |
73
+ | Organization | `org get/usage/members`, `org invoice list/get`, `org verification status`, `org create/delete`, `org api-key create/list/revoke` |
74
+ | Multi-org | `org list`, `org switch`, `workspace init` |
74
75
  | Runtime & telephony | `chat`, `call …`, `number …`, `widget …`, `version`, `upgrade` |
75
76
 
76
77
  For sub-organization API keys, `--org` selects the authenticated caller while
package/bin/vox CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vox-ai/cli-darwin-x64",
3
- "version": "0.1.0-beta.32",
3
+ "version": "0.1.0-beta.34",
4
4
  "description": "Prebuilt darwin-x64 binary for the vox.ai CLI",
5
5
  "homepage": "https://www.tryvox.co",
6
6
  "license": "MIT",