This commit is contained in:
2026-03-14 21:32:03 +08:00
parent 77b70b6cec
commit 89e7b648f1

View File

@@ -36,21 +36,6 @@ interface OpenClawSecretOutput {
errors: Record<string, Record<string, string>>;
}
interface GetSecretResponse {
status: number;
message: string;
data: {
created: number;
modified: number;
name: string;
creatorKeyId: string;
grantedKeyIds: string[];
comment: string;
value: string;
version: number;
};
}
const flags = parseArgs(args(), {
boolean: ["help", "direct-output"],
collect: ["id"],