- "content_html": "<ul>\n<li>\n<p><code translate=\"no\" dir=\"ltr\">gcloud app</code></p>\n\n<ul>\n<li>\n<p>Soon, deployments will set the deployed version to receive all traffic\nby default. To keep the current behavior, use the <code translate=\"no\" dir=\"ltr\">--no-promote</code> flag\nor run the following command:</p>\n<pre class=\"prettyprint\" translate=\"no\" dir=\"ltr\"><code translate=\"no\" dir=\"ltr\">$ gcloud config set app/promote_by_default false\n</code></pre>\n<p>To adopt the new behavior early, use the <code translate=\"no\" dir=\"ltr\">--promote</code> flag or run the\nfollowing command:</p>\n<pre class=\"prettyprint\" translate=\"no\" dir=\"ltr\"><code translate=\"no\" dir=\"ltr\">$ gcloud config set app/promote_by_default true\n</code></pre>\n</li>\n<li><p>The <code translate=\"no\" dir=\"ltr\">--set-default</code> flag is deprecated. Please use the <code translate=\"no\" dir=\"ltr\">--promote</code> flag\ninstead.</p></li>\n<li>\n<p>In a future Cloud SDK release, deployments that promote the new version\nto receive all traffic will stop the previous version by default. To\nkeep the current behavior, pass the <code translate=\"no\" dir=\"ltr\">--no-stop-previous-version</code> flag,\nor run the following command:</p>\n<pre class=\"prettyprint\" translate=\"no\" dir=\"ltr\"><code translate=\"no\" dir=\"ltr\">$ gcloud config set app/stop_previous_version true\n</code></pre>\n</li>\n<li><p>The <code translate=\"no\" dir=\"ltr\">app run</code> command is deprecated and will soon be removed. Please\nuse dev_appserver (found in the same directory as the `gcloud command)\ninstead.</p></li>\n<li><p>The <code translate=\"no\" dir=\"ltr\">gcloud preview app modules download command</code> is deprecated, and\nwill be removed soon.</p></li>\n</ul>\n</li>\n<li><p>The Windows installer has an option to run <code translate=\"no\" dir=\"ltr\">gcloud init</code> after the\ninstallation finishes.</p></li>\n<li>\n<p>The <code translate=\"no\" dir=\"ltr\">preview</code> component has been removed.</p>\n\n<ul>\n<li>The <code translate=\"no\" dir=\"ltr\">gcloud preview app</code> commands remain available as usual and\nare still shipped through the <code translate=\"no\" dir=\"ltr\">app</code> component.</li>\n<li>Please use <code translate=\"no\" dir=\"ltr\">gcloud compute instance-groups unmanaged</code> instead\nof <code translate=\"no\" dir=\"ltr\">gcloud preview instance-groups</code>. Note that you will need to\nmodify some command invocations when switching to the non-preview\ncommands.</li>\n<li>Please use <code translate=\"no\" dir=\"ltr\">gcloud compute instance-groups managed</code> instead of\n<code translate=\"no\" dir=\"ltr\">gcloud preview managed-instance-groups</code>. Note that you will need to\nmodify some command invocations when switching to the non-preview\ncommands.</li>\n</ul>\n</li>\n<li><p>All Google Compute User Accounts commands have moved to beta.</p></li>\n<li><p>Deployment-manager list commands now support pagination.</p></li>\n<li><p>Minor bug fixes.</p></li>\n</ul>",
0 commit comments