Gateway: add manual secrets reload command
This commit is contained in:
committed by
Peter Steinberger
parent
301fe18909
commit
fe56700026
@@ -260,6 +260,15 @@ const entries: SubCliEntry[] = [
|
||||
mod.registerSecurityCli(program);
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "secrets",
|
||||
description: "Secrets runtime reload controls",
|
||||
hasSubcommands: true,
|
||||
register: async (program) => {
|
||||
const mod = await import("../secrets-cli.js");
|
||||
mod.registerSecretsCli(program);
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "skills",
|
||||
description: "List and inspect available skills",
|
||||
|
||||
Reference in New Issue
Block a user