diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index bb12e81f..bd62c22a 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -7,6 +7,12 @@ "commands": [ "generate-sbom" ] + }, + "Google.Cloud.Tools.SecretManagerHelper": { + "version": "1.0.0", + "commands": [ + "secret-manager-helper" + ] } } -} \ No newline at end of file +}