deploy-firebase-functions
v1.2.6
Published
A quick and easy way to deploy multiple Firebase functions using one command
Downloads
7
Maintainers
Readme
deploy-firebase-functions CLI 🚀
This package was designed help deploy more than 10 firebase functions at a time. It's extremely easy to use and just wraps the firebase-tool CLI and automically creates the commands to deploy 10 functions at a time.
Installation
Node Package You can install the deploy-firebase-functions CLI using npm (the Node Package Manager). Note that you will need to install Node.js and npm. Installing Node.js should install npm as well.
To download and install the CLI run the following command:
npm install -g deploy-firebase-functions
This will provide you with the globally accessible deploy-firebase-functions
command.
Commands
The command deploy-firebase-functions --help
lists the available commands.
Below is a brief list of the available commands and their function:
| Command | Description |
|---|---|
| delete | This will add the flag --force
to the Firebase deploy command (Default false) |
| max | The max number of functions to run in each deploy (Default 10) |
| pause | The time to wait between each deploy in ms (Default 2500ms) |
| help | Show the help dialog |