platformsh / legacy-cli

This is the legacy version of Platform.sh's command-line interface. The new version is at: https://github.com/platformsh/cli
https://docs.platform.sh/administration/cli.html
MIT License
224 stars 121 forks source link

Simplify plans configuration for the project:create (create) command #1326

Closed pjcdawkins closed 9 months ago

pjcdawkins commented 9 months ago

Remove service.available_plans config, so there is no static list of plans. The plans list is fetched either from the organization setup options (the /organizations/{id}/setup/options API, if api.organizations is enabled), or from the /plans API.