simondotm / nx-firebase

Firebase plugin for Nx Monorepos
https://www.npmjs.com/package/@simondotm/nx-firebase
MIT License
175 stars 31 forks source link

Document how to deploy a single function from a function codebase #167

Closed simondotm closed 2 months ago

simondotm commented 8 months ago
          UPDATE: Actually the plugin can in fact do this already, even if you have multiple exports in your `nx-firebase:functions` project, it's similar syntax:

npx nx deploy <codebase> --only functions:<codebase>:function-name

As above, where <codebase> is whatever name you gave your nx-firebase:function project.

Originally posted by @simondotm in https://github.com/simondotm/nx-firebase/issues/160#issuecomment-1769012219