Skip to content

Commit 248bc07

Browse files
author
Chris Raynor
committed
documenting new optional deploy command line arguement overrides
1 parent 71fb8db commit 248bc07

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
@@ -123,6 +123,10 @@ module.exports = {
123123
'\n' +
124124
' -m, --message An optional version message\n' +
125125
'\n' +
126+
' -f, --firebase Overrides the Firebase setting in the firebase.json\n' +
127+
' -p, --public Overrides the public directory setting in the\n' +
128+
' firebase.json\n' +
129+
'\n' +
126130
' Uploads the directory detailed in the firebase.json settings file and\n' +
127131
' updates the security rules of the Firebase if specified. The current user\n' +
128132
' must have access to the Firebase in firebase.json, and if the user is not\n' +

0 commit comments

Comments
 (0)