Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Is your feature request related to a problem?
I have a number of platform.sh accounts. If I want to run ddev pull platform
I need to go to my global .ddev/global_config.yml
to set the PLATFORMSH_CLI_TOKEN
for the specific account I want to use.
Describe your solution
It would be good if I could add all my tokens as an array, something like
web_environment:
- PLATFORMSH_CLI_TOKEN=this_token | that_token | the_other_token
Describe alternatives
No response
Additional context
No response