Is it possible to upsize my project plan using the CLI?
Platform.sh DevRel
I’d like to automate my plan size changes so that I can trigger upsizes and downsizes. Can this be done with the CLI?
0
Comments
Yes, you can do this with the
platform subscription:infocommand. The shortcut for that command isplatform s:info, and you can use it like this:platform s:info plan 2xlarge. If you add the-pflag you can specify the project ID. Here are the full details of the command:Please sign in to leave a comment.