platformsh / symfonyflex-bridge

Bridge library for running Symfony Flex on Platform.sh
MIT License
30 stars 15 forks source link

Script to replicate Platform.sh variables on local env #35

Closed SerheyDolgushev closed 3 years ago

SerheyDolgushev commented 4 years ago

This PR provides a script, which copies the Platform.sh variables to the local environment. It might be pretty handy in some cases.

Usage:

. ./bin/set-platformsh-vars.sh <PSH-PROJECT-ID> <PSH-ENV>
Crell commented 3 years ago

I think the new Lando support is a better alternative to shell scripts like this.