firebase / firebase/firebase-tools
Make --except flag work for individual functions and groups
Open
api: functions
type: feature request
- Dominant language
- TypeScript
- Stars
- 4.5k
- Forks
- 1.3k
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 84
Description
Currently the `--except` flag only works for targets, unlike the `--only` flag which works for groups and individual functions as well. I know that a somewhat equivalent behavior can be achieved by grouping functions, but in our case there's a bunch of functions for which changing names is unfeasible, since they're used by multiple clients, so we don't want to put them in a group. Thus, currently there's no way to deploy every function which is not in a group other than specifying all of them individually with `--only`, so being able to do it with `--except` and groups would be ideal.
Contributor guide
Assessment
This issue has not been assessed yet.