Skip to content

Commit 152ae10

Browse files
author
Chris Raynor
committed
updating help with new scripting parameter
1 parent 943b573 commit 152ae10

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/help.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,10 @@ module.exports = {
202202
' -v, --version\n' +
203203
' Displays the current version.\n' +
204204
'\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' +
205209
'For a quick start guide, see https://www.firebase.com/docs/hosting.html\n');
206210
}
207211
},

0 commit comments

Comments
 (0)