updates
This commit is contained in:
@@ -36,21 +36,6 @@ interface OpenClawSecretOutput {
|
|||||||
errors: Record<string, Record<string, string>>;
|
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(), {
|
const flags = parseArgs(args(), {
|
||||||
boolean: ["help", "direct-output"],
|
boolean: ["help", "direct-output"],
|
||||||
collect: ["id"],
|
collect: ["id"],
|
||||||
|
|||||||
Reference in New Issue
Block a user