added getting ENV vars from Vault

This commit is contained in:
2023-05-12 00:42:14 -05:00
parent f7676e73ba
commit 5e7c52997c
10 changed files with 387 additions and 61 deletions

View File

@ -1,7 +1,12 @@
Command list {{ .listName }} was completed successfully.
Command list {{ .listName }} completed successfully.
The following commands ran:
{{- range .CmdsRan}}
- {{. -}}
{{end}}
{{ if .CmdOutput }}{{- range .CmdOutput }}Commad output for {{ .CmdName }}:
{{- range .Output}}
{{ . }}
{{ end }}{{ end }}
{{ end }}