Description to the new flag --container-size (#11731)

Updating docs, new flag container-size
This commit is contained in:
Denilson
2021-10-28 17:28:48 -04:00
committed by GitHub
parent 1a4a9e7c63
commit 4046800590
2 changed files with 9 additions and 0 deletions

View File

@@ -251,6 +251,12 @@ Your project should be a git repository as the commit hash is going to be used t
The `cache-build` option is available since Meteor 1.11. The `cache-build` option is available since Meteor 1.11.
{% endpullquote %} {% endpullquote %}
With the argument `--container-size` you can change your app's container size using the deploy command. The valid arguments are: `tiny`, `compact`, `standard`, `double`, `quad`, `octa`, and `dozen`. To see more about the difference and prices of each one you can check it [here](https://www.meteor.com/cloud#pricing-section).
{% pullquote warning %}
The `--container-size` option is available since Meteor 2.4.1.
{% endpullquote %}
<h2 id="meteorupdate">meteor update</h2> <h2 id="meteorupdate">meteor update</h2>
Attempts to bring you to the latest version of Meteor, and then to upgrade your Attempts to bring you to the latest version of Meteor, and then to upgrade your

View File

@@ -541,6 +541,9 @@ Options:
('galaxy.meteor.com'.env.MONGO_URL), when deploying, Galaxy will create ('galaxy.meteor.com'.env.MONGO_URL), when deploying, Galaxy will create
a database to your app in its shared cluster and will insert the URL in a database to your app in its shared cluster and will insert the URL in
your app's settings for you. your app's settings for you.
--container-size With the argument `--container-size` you can change your app's
container size using the deploy command. The valid arguments are: tiny,
compact, standard, double, quad, octa, and dozen.
>>> authorized >>> authorized
View or change authorized users and organizations for a site. View or change authorized users and organizations for a site.