File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @metlo/cli" ,
3
- "version" : " 0.0.6 " ,
3
+ "version" : " 0.0.7 " ,
4
4
"license" : " MIT" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { AWS_REGIONS } from "./constants"
4
4
export const getRegion = async ( ) => {
5
5
const regionResp = await prompt ( [
6
6
{
7
- type : "select " ,
7
+ type : "autocomplete " ,
8
8
name : "_region" ,
9
9
message : "Select your AWS region" ,
10
10
initial : 1 ,
Original file line number Diff line number Diff line change @@ -3,11 +3,19 @@ export const AWS_REGIONS = [
3
3
"us-west-2" ,
4
4
"us-east-1" ,
5
5
"us-east-2" ,
6
+ "ap-south-1" ,
7
+ "ap-northeast-3" ,
8
+ "ap-northeast-2" ,
9
+ "ap-southeast-1" ,
10
+ "ap-southeast-2" ,
11
+ "ap-northeast-1" ,
12
+ "ca-central-1" ,
6
13
"eu-central-1" ,
7
14
"eu-west-1" ,
8
15
"eu-west-2" ,
9
16
"eu-west-3" ,
10
17
"eu-north-1" ,
18
+ "sa-east-1" ,
11
19
]
12
20
13
21
export const SUPPORTED_AWS_INSTANCES = [
You can’t perform that action at this time.
0 commit comments