feat(secret-ref): implemented cli changes for secret reference

This commit is contained in:
akhilmhdh
2023-07-05 22:58:36 +05:30
parent 7fe4089bb0
commit 7ec7d05fb0
5 changed files with 96 additions and 17 deletions

View File

@@ -100,7 +100,7 @@ var runCmd = &cobra.Command{
}
if shouldExpandSecrets {
secrets = util.SubstituteSecrets(secrets)
secrets = util.ExpandSecrets(secrets, infisicalToken)
}
secretsByKey := getSecretsByKeys(secrets)