-
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added better handling for when region is not set in a profile
- Loading branch information
Showing
15 changed files
with
91 additions
and
131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 35 additions & 0 deletions
35
workflow/.snapshots/TestRun-@noregion_elasticbeanstalk_applications
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
([]*aw.Item) (len=1) { | ||
(*aw.Item)({ | ||
title: (string) (len=29) "elasticbeanstalk applications", | ||
subtitle: (*string)((len=39) "🔎 Elastic Beanstalk – Applications"), | ||
match: (*string)((len=25) "applications Applications"), | ||
uid: (*string)((len=12) "applications"), | ||
autocomplete: (*string)((len=40) "@noregion elasticbeanstalk applications "), | ||
arg: (*string)((len=66) "https://console.aws.amazon.com/elasticbeanstalk/home#/applications"), | ||
valid: (bool) true, | ||
file: (bool) false, | ||
copytext: (*string)(<nil>), | ||
largetype: (*string)(<nil>), | ||
ql: (*string)(<nil>), | ||
vars: (map[string]string) (len=1) { | ||
(string) (len=6) "action": (string) (len=8) "open-url" | ||
}, | ||
mods: (map[aw.ModKey]*aw.Modifier) (len=1) { | ||
(aw.ModKey) (len=3) "cmd": (*aw.Modifier)({ | ||
Key: (aw.ModKey) (len=3) "cmd", | ||
arg: (*string)(<nil>), | ||
subtitle: (*string)((len=21) "Copy URL to clipboard"), | ||
valid: (bool) false, | ||
icon: (*aw.Icon)(<nil>), | ||
vars: (map[string]string) (len=1) { | ||
(string) (len=6) "action": (string) (len=17) "copy-to-clipboard" | ||
} | ||
}) | ||
}, | ||
icon: (*aw.Icon)({ | ||
Value: (string) (len=27) "images/elasticbeanstalk.png", | ||
Type: (aw.IconType) "" | ||
}), | ||
noUID: (bool) false | ||
}) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.