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 71fb8db commit 248bc07Copy full SHA for 248bc07
lib/help.js
@@ -123,6 +123,10 @@ module.exports = {
123
'\n' +
124
' -m, --message An optional version message\n' +
125
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' +
130
' Uploads the directory detailed in the firebase.json settings file and\n' +
131
' updates the security rules of the Firebase if specified. The current user\n' +
132
' must have access to the Firebase in firebase.json, and if the user is not\n' +
0 commit comments