We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 943b573 commit 152ae10Copy full SHA for 152ae10
lib/help.js
@@ -202,6 +202,10 @@ module.exports = {
202
' -v, --version\n' +
203
' Displays the current version.\n' +
204
'\n' +
205
+ ' -s, --silent\n' +
206
+ ' Silent mode for scripting - commands will error with non-zero status code\n' +
207
+ ' instead of waiting for prompt if not enough information supplied.\n' +
208
+ '\n' +
209
'For a quick start guide, see https://www.firebase.com/docs/hosting.html\n');
210
}
211
},
0 commit comments