From a9e99c19fbbeb8eef17b88b0a769e3fd2558a8d8 Mon Sep 17 00:00:00 2001 From: Maksim Kiselev Date: Fri, 3 Jan 2025 11:25:58 +0300 Subject: [PATCH] Added more stronghold commands Signed-off-by: Maksim Kiselev --- cmd/stronghold.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/stronghold.go b/cmd/stronghold.go index b09d786b..9ad691b7 100644 --- a/cmd/stronghold.go +++ b/cmd/stronghold.go @@ -62,6 +62,8 @@ func init() { {"transit", "Interact with Stronghold's Transit Secrets Engine"}, {"auth", "Interact with auth methods"}, {"print", "Prints runtime configurations"}, + {"patch", "Patch data, configuration, and secrets"}, + {"path-help", "Retrieve API help for paths"}, } strongholdCmd := &cobra.Command{