You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For use cases where different Google cloud and firebase projects are created and deployed in production and staging environments, skeet can use the skeet init --login command to switch between them, but it is not possible to easily switch between them because each execution of this command will cause authentication to firebase. However, each time this command is executed, the user must authenticate to firebase, which makes it difficult to switch easily.
It would be useful to have a command to switch between these two definitions together in the skeet CLI.
$ skeet help profile
Usage: skeet profile [command]
Skeet Profile Command to add new profile or switch profile.
Command:
add <profile name> add new profile
use <profile name> switch profile
Add Profile
Run the following command to add a profile for Google Cloud Project and Firebase Project.
$ skeet profile add
Usage: skeet profile add <profileName>
Arguments:
profileName Profile Name - e.g. dev
new profile will be created.
Use Profile
If you want to switch a profile to Google Cloud Project and Firebase Project,
run the following command.
$ skeet profile use
Usage: skeet profile use <profileName>
Arguments:
profileName Profile Name - e.g. dev
For use cases where different Google cloud and firebase projects are created and deployed in production and staging environments, skeet can use the
skeet init --login
command to switch between them, but it is not possible to easily switch between them because each execution of this command will cause authentication to firebase. However, each time this command is executed, the user must authenticate to firebase, which makes it difficult to switch easily.It would be useful to have a command to switch between these two definitions together in the skeet CLI.
Related Resources
The text was updated successfully, but these errors were encountered: