ddev / ddev-platformsh

Add integration with Platform.sh hosting service
Apache License 2.0
9 stars 10 forks source link

`platform-setup` Go app #3

Closed lolautruche closed 2 years ago

lolautruche commented 2 years ago

The platform-setup app would host most of the setup commands needed for the add-on. Usage of Go is justified by the fact of staying OS agnostic (especially working on Windows).

Examples of commands

rfay commented 2 years ago

This issue needs more detail. What are we going to set up? What would be some example use-cases (in detail). Thanks!

lolautruche commented 2 years ago

What we discussed is that a Go app would allow to run safely on different platforms, especially when it comes to reading the PSH YAML files and converting them to the DDEV config file (this could also be done in bash using yq).

rfay commented 2 years ago

With #10 I think DDEV now knows how to do "all the things" itself. It may or may not be more robust than what's envisioned here.

rfay commented 2 years ago

For now, we won't be doing it this way. We'll see how the current approach with native-ddev capabilities works out.