Skip to content

Commit 7ba7728

Browse files
author
Chris Gilmer
committed
Add base profile flag
1 parent 6673a8d commit 7ba7728

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmd/cli.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ const (
2020
VaultAWSKeychainNameDefault string = "login"
2121
// VaultAWSProfileFlag is the aws-vault profile name Flag
2222
VaultAWSProfileFlag string = "aws-profile"
23+
// VaultAWSBaseProfileFlag is the aws-vault base profile name Flag
24+
VaultAWSBaseProfileFlag string = "aws-base-profile"
2325
// VaultAWSNewProfileFlag is the aws-vault flag to add new profiles
2426
VaultAWSNewProfileFlag string = "aws-new-profile"
2527

0 commit comments

Comments
 (0)