We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96d60ff commit fc75f9cCopy full SHA for fc75f9c
lib/wizard.js
@@ -4,7 +4,7 @@ const colors = require('colors');
4
const any = require('promise.any');
5
const AggregateError = require('es-aggregate-error/polyfill')();
6
7
-const REGIONS = ['eu', 'us', 'cn'];
+const REGIONS = ['eu', 'us', 'cn', 'in'];
8
9
const list = async (conf, options) => {
10
let questions = [
0 commit comments