jencompgeek/Firebase Functions Mapper
Creates a command that can be used to deploy Firebase functions from an optional map of file names to function names and/or group names to function names
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| mapping-file | Location of the file containing the mapping of file and/or group names to function names | no | — |
| files | List of files containing functions to deploy | no | — |
| names | List of function names to deploy | no | — |
| groups | List of groups to deploy | no | — |
| force | Force function deployment | no | false |
| debug | Show debug text | no | false |
Outputs
| name | description |
|---|---|
| deploy-command | The command to be fed to the Firebase function deployer |