Jun 9, 2023
0
Level 1
Remember Vapor Credential
I have multiple projects that runs on Laravel Vapor. On the dev environment I use Laravel Sail within VSCode Devcontainer which has completely isolated. Often when I switch project, work on it, and want to deploy to Vapor. I have to login every time. It's painful.
My Question: Is there any way to remember Vapor CLI credential using shell script or something? something like
cat ~/.my_vapor_credential | vapor login
it will helpful 😁
Please or to participate in this conversation.