deploy-firebase-functions

1.2.6 • Public • Published

deploy-firebase-functions CLI 🚀

license license

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

Package Sidebar

Install

npm i deploy-firebase-functions

Weekly Downloads

1

Version

1.2.6

License

MIT

Unpacked Size

6.22 kB

Total Files

5

Last publish

Collaborators

  • mprichardson