mirror of https://github.com/CrimsonTome/tldr.git
26 lines
505 B
Markdown
26 lines
505 B
Markdown
# firebase
|
|
|
|
> Firebase Command Line Interface (CLI) Tools.
|
|
> Used to test, manage, and deploy your Firebase project from the command line.
|
|
> More information: <https://github.com/firebase/firebase-tools>.
|
|
|
|
- Login:
|
|
|
|
`firebase login`
|
|
|
|
- Display the help:
|
|
|
|
`firebase help`
|
|
|
|
- List existing firebase projects:
|
|
|
|
`firebase project:list`
|
|
|
|
- Setup a firebase in the current directory:
|
|
|
|
`firebase init {{options}} {{feature}}`
|
|
|
|
- Deploy code and assets to the project in the current directory:
|
|
|
|
`firebase deploy`
|