We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
resources:set --size app:default,db:2 --disk *:minimum --instances *:3 resources:set --size *:default
sizing_api_enabled=true
resources-init
--resources-init=child (default) --resources-init=default --resources-init=minimum --resources-init=manual
--resources-init=parent (default) --resources-init=default --resources-init=minimum --resources-init=manual
--all
upsun sync code data resources
The text was updated successfully, but these errors were encountered:
The above PRs solve everything except
Add an option (--all?) to be able to get all the resources of the project, for all environments.
which I have moved to a separate issue #1410
Sorry, something went wrong.
No branches or pull requests
resources:set
For example:
environment:merge
sizing_api_enabled=true
resources-init
options to the merge command, to use the new resource initialization strategies.environment:branch
sizing_api_enabled=true
resources-init
options to the branch command, to use the new resource initialization strategies.environment:activate
sizing_api_enabled=true
resources-init
options to the environment:activate command, to use the new resource initialization strategies.backup:restore
sizing_api_enabled=true
resources-init
options to the backup:restore command, to use the new resource initialization strategies.resources:get
--all
?) to be able to get all the resources of the project, for all environments.environment:synchronize
sizing_api_enabled=true
The text was updated successfully, but these errors were encountered: