@telara-cli/cli 0.1.15 → 0.1.17

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 +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -62,8 +62,6 @@ telara doctor
62
62
  | `telara config list` | List MCP configurations accessible to you |
63
63
  | `telara config show <name>` | Show data sources, policies, key count, and MCP URL |
64
64
  | `telara config keys <name>` | List active API keys with scope and expiry |
65
- | `telara config generate-key <name>` | Generate a new API key (`--expires 30d\|90d\|1yr\|never`) |
66
- | `telara config revoke-key <key-id> --config <id>` | Revoke an API key immediately |
67
65
  | `telara config rotate-key <context-name>` | Generate a replacement key and auto-revoke the old one |
68
66
 
69
67
  ### Agent tool setup
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telara-cli/cli",
3
- "version": "0.1.15",
3
+ "version": "0.1.17",
4
4
  "description": "Telara CLI — manage your MCP configurations",
5
5
  "homepage": "https://telara.dev",
6
6
  "repository": {