File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,10 @@ Usage: firebase <command>
4343
4444 list
4545 Lists the Firebases available to the currently logged in user.
46+
47+ delete-site
48+ Deletes the current app from Firebase Hosting and displays a
49+ ' Site not Found' page as if the site had never been deployed to.
4650
4751 login
4852 Logs the user into Firebase. All commands that require login will prompt
@@ -52,11 +56,15 @@ Usage: firebase <command>
5256 Logs the user out of Firebase.
5357
5458 -h, --help
55- Shows this help screen. Use ` firebase < command> --help` for more detailed
56- help instructions.
59+ Shows this help screen. Use ` firebase < command> --help` for more
60+ detailed help instructions.
5761
5862 -v, --version
5963 Displays the current version.
64+
65+ -s, --silent
66+ Silent mode for scripting - commands will error with non-zero status code
67+ instead of waiting for prompt if not enough information supplied.
6068` ` `
6169
6270# # Credit
You can’t perform that action at this time.
0 commit comments