Add https options to RN CLI server

Reviewed By: davidaurelio

Differential Revision: D5223852

fbshipit-source-id: 91025751ddf1f4ec4adcc768b69b936ee1a68edf
This commit is contained in:
Andrew Imm
2017-06-12 16:06:36 -07:00
committed by Facebook Github Bot
parent 50b11aa09b
commit 2c32acb755
4 changed files with 46 additions and 21 deletions

View File

@@ -121,5 +121,14 @@ module.exports = {
}, {
command: '--verbose',
description: 'Enables logging',
}, {
command: '--https',
description: 'Enables https connections to the server',
}, {
command: '--key [path]',
description: 'Path to custom SSL key',
}, {
command: '--cert [path]',
description: 'Path to custom SSL cert',
}],
};