Skip to content

Commit f52f3be

Browse files
committed
Bump v3 API docs version release-candidate
1 parent bfbfbf4 commit f52f3be

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

version/release-candidate/index.html

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11038,6 +11038,11 @@ <h3 id="the-manifest-schema">The manifest schema</h3>
1103811038
<span class="na">env</span><span class="pi">:</span>
1103911039
<span class="na">VAR1</span><span class="pi">:</span> <span class="s">value1</span>
1104011040
<span class="na">VAR2</span><span class="pi">:</span> <span class="s">value2</span>
11041+
<span class="na">features</span><span class="pi">:</span>
11042+
<span class="na">ssh</span><span class="pi">:</span> <span class="no">true</span>
11043+
<span class="na">revisions</span><span class="pi">:</span> <span class="no">true</span>
11044+
<span class="na">service-binding-k8s</span><span class="pi">:</span> <span class="no">false</span>
11045+
<span class="na">file-based-vcap-services</span><span class="pi">:</span> <span class="no">false</span>
1104111046
<span class="na">routes</span><span class="pi">:</span>
1104211047
<span class="pi">-</span> <span class="na">route</span><span class="pi">:</span> <span class="s">route.example.com</span>
1104311048
<span class="pi">-</span> <span class="na">route</span><span class="pi">:</span> <span class="s">another-route.example.com</span>
@@ -11153,6 +11158,11 @@ <h4 id="app-level-configuration"><a name="space-manifest-app-level-configuration
1115311158
<td>A key-value mapping of environment variables to be used for the app when running</td>
1115411159
</tr>
1115511160
<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>
1115611166
<td><strong>no-route</strong></td>
1115711167
<td><em>boolean</em></td>
1115811168
<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>
1137811388
<p>Apply changes specified in a manifest to the named apps and their underlying
1137911389
processes. The apps must reside in the space. These changes are additive
1138011390
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>
1138211392

1138311393
<aside class="notice">
1138411394
Apply manifest will only trigger an immediate update for the &ldquo;instances&rdquo; 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>
1141511425
applications:
1141611426
- name: my-app
1141711427
stack: cflinuxfs4
11428+
features:
11429+
ssh: true
11430+
revisions: true
11431+
service-binding-k8s: false
11432+
file-based-vcap-services: false
1141811433
services:
1141911434
- my-service
1142011435
routes:

0 commit comments

Comments
 (0)