diff --git a/bin/cli-flags.js b/bin/cli-flags.js index 8465bca32e..fcb468e3a7 100644 --- a/bin/cli-flags.js +++ b/bin/cli-flags.js @@ -118,10 +118,12 @@ module.exports = { }, { name: 'firewall', - type: String, + type: [String, Boolean], description: - 'Enable/disable firewall, or set hosts that are allowed to access the dev server.', + 'Enable firewall or set hosts that are allowed to access the dev server.', + negatedDescription: 'Disable firewall.', multiple: true, + negative: true, }, ], };