mirror of
https://github.com/meteor/meteor.git
synced 2026-01-09 15:48:10 -05:00
Description to the new flag --container-size (#11731)
Updating docs, new flag container-size
This commit is contained in:
@@ -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.
|
||||
{% 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>
|
||||
|
||||
Attempts to bring you to the latest version of Meteor, and then to upgrade your
|
||||
|
||||
@@ -541,6 +541,9 @@ Options:
|
||||
('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
|
||||
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
|
||||
View or change authorized users and organizations for a site.
|
||||
|
||||
Reference in New Issue
Block a user