You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/commands/setup.yml
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,17 @@ parameters:
6
6
type: string
7
7
description: Specify the version of the Serverless Framework CLI to install. By default, the latest version will be used.
8
8
default: ""
9
+
mirror:
10
+
type: enum
11
+
enum:
12
+
- us
13
+
- cn
14
+
default: us
15
+
description: Select the geo-location for the download mirror. By default the value will be `us`, do not change if on CircleCI Cloud. Switch to `cn` for the China hosted mirror.
0 commit comments