We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6673a8d commit 7ba7728Copy full SHA for 7ba7728
cmd/cli.go
@@ -20,6 +20,8 @@ const (
20
VaultAWSKeychainNameDefault string = "login"
21
// VaultAWSProfileFlag is the aws-vault profile name Flag
22
VaultAWSProfileFlag string = "aws-profile"
23
+ // VaultAWSBaseProfileFlag is the aws-vault base profile name Flag
24
+ VaultAWSBaseProfileFlag string = "aws-base-profile"
25
// VaultAWSNewProfileFlag is the aws-vault flag to add new profiles
26
VaultAWSNewProfileFlag string = "aws-new-profile"
27
0 commit comments