-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Versions
onfire-cli:
firebase-tools:
node:
Bug description
Arguments separated by commas are treated as one
Steps to reproduce the behavior
- Run
onfire - Run
emulators:start --only firestore,functions - Exit the emulator
- Type
emulators:start --only
> emulators:start --only
Description: Only specific emulators. This is a comma separated list of emulator names. Valid options are: ["auth","functions","firestore","database","hosting","pubsub","storage","eventarc"]
firestore,functions
-
-
-
Expected behavior
For emulators:start --only to show firestore and functions as separated inputs
i.e.
> emulators:start --only
Description: Only specific emulators. This is a comma separated list of emulator names. Valid options are: ["auth","functions","firestore","database","hosting","pubsub","storage","eventarc"]
firestore
functions
-
-
Additional context
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working