markdown Firebase CLI命令
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown Firebase CLI命令相关的知识,希望对你有一定的参考价值。
# Firebase CLI Command
[SOURCE](https://firebase.google.com/docs/cli/)
`yarn run lint` : lint check for error
`firebase list`
`firebase deploy` : deploy everything
`firebase deploy —only functions`
`firebase deploy —only hosting`
`firebase serve`: local testing
`firebase serve —only functions,hosting`
## Update Firebase Cloud Functions:
Periodically run these commands inside the **functions** folder of your Firebase project:
```
yarn add firebase-functions@latest firebase-admin@latest
yarn global add firebase-tools
```
以上是关于markdown Firebase CLI命令的主要内容,如果未能解决你的问题,请参考以下文章
markdown 从CLI快捷方式搜索命令
markdown AWS Cli命令
markdown Docker CLI命令
markdown Heroku CLI命令
markdown CLI命令
markdown Python - 从cli调用作业命令