Skip to content

Commit 5137739

Browse files
committed
add commands to package files
1 parent a21d6f8 commit 5137739

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

package.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1118,6 +1118,10 @@
11181118
"command": "aws.ec2.openTerminal",
11191119
"when": "aws.isDevMode"
11201120
},
1121+
{
1122+
"command": "aws.ec2.linkToLaunchInstance",
1123+
"when": "aws.isDevMode"
1124+
},
11211125
{
11221126
"command": "aws.ec2.startInstance",
11231127
"when": "false"
@@ -2160,6 +2164,16 @@
21602164
}
21612165
}
21622166
},
2167+
{
2168+
"command": "aws.ec2.linkToLaunchInstance",
2169+
"title": "%AWS.command.ec2.linkToLaunchInstance%",
2170+
"category": "%AWS.title%",
2171+
"cloud9": {
2172+
"cn": {
2173+
"category": "%AWS.title.cn%"
2174+
}
2175+
}
2176+
},
21632177
{
21642178
"command": "aws.ecr.copyTagUri",
21652179
"title": "%AWS.command.ecr.copyTagUri%",

package.nls.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@
113113
"AWS.command.ec2.startInstance": "Start EC2 Instance...",
114114
"AWS.command.ec2.stopInstance": "Stop EC2 Instance...",
115115
"AWS.command.ec2.rebootInstance": "Reboot EC2 Instance...",
116+
"AWS.command.ec2.linkToLaunchInstance": "Launch EC2 Instance",
116117
"AWS.command.ecr.copyTagUri": "Copy Tag URI",
117118
"AWS.command.ecr.copyRepositoryUri": "Copy Repository URI",
118119
"AWS.command.ecr.createRepository": "Create Repository...",

0 commit comments

Comments
 (0)