mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 05:22:09 +02:00
firebase: refresh (#5716)
This commit is contained in:
parent
33ff770986
commit
abc3808454
1 changed files with 14 additions and 11 deletions
|
@ -1,25 +1,28 @@
|
||||||
# firebase
|
# firebase
|
||||||
|
|
||||||
> Firebase Command Line Interface (CLI) Tools.
|
> Test, manage, and deploy Firebase projects from the command line.
|
||||||
> Used to test, manage, and deploy your Firebase project from the command line.
|
|
||||||
> More information: <https://github.com/firebase/firebase-tools>.
|
> More information: <https://github.com/firebase/firebase-tools>.
|
||||||
|
|
||||||
- Login:
|
- Login to <https://console.firebase.google.com>:
|
||||||
|
|
||||||
`firebase login`
|
`firebase login`
|
||||||
|
|
||||||
- Display the help:
|
- List existing Firebase projects:
|
||||||
|
|
||||||
`firebase help`
|
|
||||||
|
|
||||||
- List existing firebase projects:
|
|
||||||
|
|
||||||
`firebase projects:list`
|
`firebase projects:list`
|
||||||
|
|
||||||
- Setup a firebase in the current directory:
|
- Start an interactive wizard to create a Firebase project in the current directory:
|
||||||
|
|
||||||
`firebase init {{options}} {{feature}}`
|
`firebase init`
|
||||||
|
|
||||||
- Deploy code and assets to the project in the current directory:
|
- Deploy code and assets to the current Firebase project:
|
||||||
|
|
||||||
`firebase deploy`
|
`firebase deploy`
|
||||||
|
|
||||||
|
- Start a local server to statically host the current Firebase project's assets:
|
||||||
|
|
||||||
|
`firebase serve`
|
||||||
|
|
||||||
|
- Start an interactive wizard to open one of many links of the current Firebase project in the default web browser:
|
||||||
|
|
||||||
|
`firebase open`
|
||||||
|
|
Loading…
Add table
Reference in a new issue