ss-cli
Installation
SKILL.md
ss-cli — Delinea Secret Server CLI
CLI for managing secrets from Delinea Secret Server. Fetch credentials, sync env files, deploy with injected secrets, resolve config templates, and rotate passwords.
Before Any Operation
Always validate the token first:
ss-cli token-status --json
| Field | Description |
|---|---|
valid |
true if token is usable |
source |
"file" (from ss-cli login), "session" (SS_TOKEN env var), or "none" |
minutesLeft |
Remaining minutes (file-based only) |
expiresAt |
ISO timestamp of expiry (file-based only) |