You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<td>A key-value mapping of environment variables to be used for the app when running</td>
11154
11159
</tr>
11155
11160
<tr>
11161
+
<td><strong>features</strong></td>
11162
+
<td><em>object</em></td>
11163
+
<td>A key-value mapping of feature names to booleans (true = enabled, false = disabled)</td>
11164
+
</tr>
11165
+
<tr>
11156
11166
<td><strong>no-route</strong></td>
11157
11167
<td><em>boolean</em></td>
11158
11168
<td>When set to <code class="prettyprint">true</code>, any routes specified with the <code class="prettyprint">routes</code> attribute will be ignored and any existing routes will be removed</td>
@@ -11378,7 +11388,7 @@ <h3 id="apply-a-manifest-to-a-space">Apply a manifest to a space</h3>
11378
11388
<p>Apply changes specified in a manifest to the named apps and their underlying
11379
11389
processes. The apps must reside in the space. These changes are additive
11380
11390
and will not modify any unspecified properties or remove any existing
11381
-
environment variables, routes, or services.</p>
11391
+
environment variables, app features, routes, or services.</p>
11382
11392
11383
11393
<aside class="notice">
11384
11394
Apply manifest will only trigger an immediate update for the “instances” property or routing changes. All other properties require an app restart to take effect.
@@ -11415,6 +11425,11 @@ <h3 id="generate-a-manifest-for-an-app">Generate a manifest for an app</h3>
0 commit comments