@agilecustoms/envctl 1.13.0 → 1.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -9,7 +9,7 @@ export function configure(program, configService) {
|
|
|
9
9
|
.action(wrap(async () => {
|
|
10
10
|
const answers = await inquirer.prompt([
|
|
11
11
|
{
|
|
12
|
-
type: '
|
|
12
|
+
type: 'password',
|
|
13
13
|
name: 'apiKey',
|
|
14
14
|
message: 'apiKey is required to deploy any env\n'
|
|
15
15
|
+ '(prefer GitHub username)\n'
|