1.2.6 • Published 4 years ago

deploy-firebase-functions v1.2.6

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

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:

CommandDescription
deleteThis will add the flag --force to the Firebase deploy command (Default false)
maxThe max number of functions to run in each deploy (Default 10)
pauseThe time to wait between each deploy in ms (Default 2500ms)
helpShow the help dialog
1.2.6

4 years ago

1.2.0

4 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago