mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 03:53:39 +02:00
Support installation from URLs.
This commit is contained in:
@@ -427,10 +427,15 @@ program
|
||||
, 'public ip for global access'
|
||||
, String
|
||||
, ip())
|
||||
.option('--save-dir <dir>'
|
||||
, 'where to save files'
|
||||
, String
|
||||
, os.tmpdir())
|
||||
.action(function(options) {
|
||||
require('./roles/storage/temp')({
|
||||
port: options.port
|
||||
, publicIp: options.publicIp
|
||||
, saveDir: options.saveDir
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user