Skip to content

Commit

Permalink
documenting new optional deploy command line arguement overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Raynor committed May 22, 2014
1 parent 71fb8db commit 248bc07
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ module.exports = {
'\n' +
' -m, --message An optional version message\n' +
'\n' +
' -f, --firebase Overrides the Firebase setting in the firebase.json\n' +
' -p, --public Overrides the public directory setting in the\n' +
' firebase.json\n' +
'\n' +
' Uploads the directory detailed in the firebase.json settings file and\n' +
' updates the security rules of the Firebase if specified. The current user\n' +
' must have access to the Firebase in firebase.json, and if the user is not\n' +
Expand Down

0 comments on commit 248bc07

Please sign in to comment.