mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
feature(cloudcmd) add CLOUDCMD_USERNAME
This commit is contained in:
parent
4a7b11de86
commit
fc0c528037
2 changed files with 2 additions and 1 deletions
1
HELP.md
1
HELP.md
|
|
@ -336,6 +336,7 @@ Some config options can be overridden with `environment variables` such:
|
|||
- `CLOUDCMD_TERMINAL_PATH` - set terminal path
|
||||
- `CLOUDCMD_CONFIG_DIALOG` - enable config dialog
|
||||
- `CLOUDCMD_AUTH` - enable authentication
|
||||
- `CLOUDCMD_USERNAME` - set username
|
||||
- `CLOUDCMD_PASSWORD` - set password
|
||||
|
||||
Menu
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ const args = require('minimist')(argv.slice(2), {
|
|||
editor : choose(env('editor'), config('editor')),
|
||||
packer : config('packer') || 'tar',
|
||||
zip : config('zip'),
|
||||
username : config('username'),
|
||||
username : env('username') || config('username'),
|
||||
root : config('root'),
|
||||
prefix : config('prefix'),
|
||||
progress : config('progress'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue