Set a secret
| Flag | Type | Default | Description |
|---|---|---|---|
--instance | string | default | Agent instance name |
Examples
List secrets
| Flag | Type | Default | Description |
|---|---|---|---|
--instance | string | default | Agent instance name |
zwrm agent secrets ls
Remove a secret
| Flag | Type | Default | Description |
|---|---|---|---|
--instance | string | default | Agent instance name |
Example
Import from a file
Bulk import secrets from a.env file:
| Flag | Type | Default | Description |
|---|---|---|---|
--from-file | string | — | Path to .env file (required) |
--instance | string | default | Agent instance name |
KEY=value pairs, one per line. Lines starting with # are treated as comments and ignored. Quoted values (single or double) are supported.