mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-25 00:50:59 +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
|
|
@ -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