@operator-labs/sdk 0.1.8 → 0.1.9
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 +0 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -189,8 +189,6 @@ await op.webhooks.delete(webhook.id);
|
|
|
189
189
|
|
|
190
190
|
### Secrets (Environment Variables)
|
|
191
191
|
|
|
192
|
-
Secrets are encrypted environment variables stored in Azure Key Vault. Your agents can access them at runtime. The raw value is only returned once, at creation time.
|
|
193
|
-
|
|
194
192
|
```ts
|
|
195
193
|
// List all secrets (metadata only, no raw values)
|
|
196
194
|
const secrets = await op.secrets.list();
|
package/package.json
CHANGED