1.0.4 • Published 4 months ago

firebase-deploy v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Firebase Deploy

Firebase Deploy streamlines the use of the firebase deploy command by enabling you to pre-answer prompts. This is especially useful when you want to automate Firebase deployments within scripts or automated workflows.

Install

npm install -g firebase-deploy

Usage

firebase-deploy [options]

Options

Prompt Options

OptionDescription
--confirm-on-deletionConfirm deletion of resources if not present on codebase
--no-confirm-on-deletionDeny deletion of resources if not present on codebase
--confirm-on-retry-failureConfirm retrying functions in case of failure
--no-confirm-on-retry-failureDeny retrying functions in case of failure

Firebase Deploy Options

You can also pass additional arguments (args) to firebase-deploy as needed for your deployment. These additional arguments can include any valid arguments that the firebase deploy command supports. This allows for flexibility in customizing your deployment process to suit your specific requirements.

1.0.4

4 months ago

1.0.3

5 months ago

1.0.2

7 months ago

1.0.1

8 months ago

1.0.0

8 months ago

0.1.0

8 months ago

0.0.0

8 months ago