Skip to content

Commit ef26b91

Browse files
committed
deploy: 4b23e40
1 parent ce894f5 commit ef26b91

5 files changed

Lines changed: 2605 additions & 904 deletions

File tree

commands/endpoint/index.html

Lines changed: 241 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2860,6 +2860,56 @@
28602860
</span>
28612861
</a>
28622862

2863+
</li>
2864+
2865+
<li class="md-nav__item">
2866+
<a href="#orca-endpoint-project" class="md-nav__link">
2867+
<span class="md-ellipsis">
2868+
2869+
project
2870+
2871+
</span>
2872+
</a>
2873+
2874+
<nav class="md-nav" aria-label="project">
2875+
<ul class="md-nav__list">
2876+
2877+
<li class="md-nav__item">
2878+
<a href="#orca-endpoint-project-add" class="md-nav__link">
2879+
<span class="md-ellipsis">
2880+
2881+
add
2882+
2883+
</span>
2884+
</a>
2885+
2886+
</li>
2887+
2888+
<li class="md-nav__item">
2889+
<a href="#orca-endpoint-project-list" class="md-nav__link">
2890+
<span class="md-ellipsis">
2891+
2892+
list
2893+
2894+
</span>
2895+
</a>
2896+
2897+
</li>
2898+
2899+
<li class="md-nav__item">
2900+
<a href="#orca-endpoint-project-remove" class="md-nav__link">
2901+
<span class="md-ellipsis">
2902+
2903+
remove
2904+
2905+
</span>
2906+
</a>
2907+
2908+
</li>
2909+
2910+
</ul>
2911+
</nav>
2912+
28632913
</li>
28642914

28652915
<li class="md-nav__item">
@@ -3861,6 +3911,56 @@
38613911
</span>
38623912
</a>
38633913

3914+
</li>
3915+
3916+
<li class="md-nav__item">
3917+
<a href="#orca-endpoint-project" class="md-nav__link">
3918+
<span class="md-ellipsis">
3919+
3920+
project
3921+
3922+
</span>
3923+
</a>
3924+
3925+
<nav class="md-nav" aria-label="project">
3926+
<ul class="md-nav__list">
3927+
3928+
<li class="md-nav__item">
3929+
<a href="#orca-endpoint-project-add" class="md-nav__link">
3930+
<span class="md-ellipsis">
3931+
3932+
add
3933+
3934+
</span>
3935+
</a>
3936+
3937+
</li>
3938+
3939+
<li class="md-nav__item">
3940+
<a href="#orca-endpoint-project-list" class="md-nav__link">
3941+
<span class="md-ellipsis">
3942+
3943+
list
3944+
3945+
</span>
3946+
</a>
3947+
3948+
</li>
3949+
3950+
<li class="md-nav__item">
3951+
<a href="#orca-endpoint-project-remove" class="md-nav__link">
3952+
<span class="md-ellipsis">
3953+
3954+
remove
3955+
3956+
</span>
3957+
</a>
3958+
3959+
</li>
3960+
3961+
</ul>
3962+
</nav>
3963+
38643964
</li>
38653965

38663966
<li class="md-nav__item">
@@ -3943,6 +4043,7 @@ <h3 id="orca-endpoint">orca endpoint<a class="headerlink" href="#orca-endpoint"
39434043
<li><em><a href="#orca-endpoint-create">create</a></em>: Create an endpoint.</li>
39444044
<li><em><a href="#orca-endpoint-delete">delete</a></em>: Delete an endpoint.</li>
39454045
<li><em><a href="#orca-endpoint-list">list</a></em>: List endpoints.</li>
4046+
<li><em><a href="#orca-endpoint-project">project</a></em>: Manage endpoint↔project filter (Keystone OS-EP-FILTER extension).</li>
39464047
<li><em><a href="#orca-endpoint-set">set</a></em>: Update an endpoint.</li>
39474048
<li><em><a href="#orca-endpoint-show">show</a></em>: Show endpoint details.</li>
39484049
</ul>
@@ -4102,10 +4203,148 @@ <h4 id="orca-endpoint-list">orca endpoint list<a class="headerlink" href="#orca-
41024203
</tr>
41034204
</tbody>
41044205
</table>
4206+
<h4 id="orca-endpoint-project">orca endpoint project<a class="headerlink" href="#orca-endpoint-project" title="Permanent link">&para;</a></h4>
4207+
<p>Manage endpoint↔project filter (Keystone OS-EP-FILTER extension).</p>
4208+
<p><strong>Usage:</strong></p>
4209+
<div class="highlight"><pre><span></span><code><a id="__codelineno-4-1" name="__codelineno-4-1" href="#__codelineno-4-1"></a>orca endpoint project [OPTIONS] COMMAND [ARGS]...
4210+
</code></pre></div>
4211+
<p><strong>Options:</strong></p>
4212+
<table>
4213+
<thead>
4214+
<tr>
4215+
<th>Name</th>
4216+
<th>Type</th>
4217+
<th>Description</th>
4218+
<th>Default</th>
4219+
</tr>
4220+
</thead>
4221+
<tbody>
4222+
<tr>
4223+
<td><code>--help</code></td>
4224+
<td>boolean</td>
4225+
<td>Show this message and exit.</td>
4226+
<td><code>False</code></td>
4227+
</tr>
4228+
</tbody>
4229+
</table>
4230+
<p><strong>Subcommands</strong></p>
4231+
<ul>
4232+
<li><em><a href="#orca-endpoint-project-add">add</a></em>: Restrict an endpoint to a project.</li>
4233+
<li><em><a href="#orca-endpoint-project-list">list</a></em>: List projects an endpoint is bound to.</li>
4234+
<li><em><a href="#orca-endpoint-project-remove">remove</a></em>: Drop an endpoint↔project binding.</li>
4235+
</ul>
4236+
<h5 id="orca-endpoint-project-add">orca endpoint project add<a class="headerlink" href="#orca-endpoint-project-add" title="Permanent link">&para;</a></h5>
4237+
<p>Restrict an endpoint to a project.</p>
4238+
<p><strong>Usage:</strong></p>
4239+
<div class="highlight"><pre><span></span><code><a id="__codelineno-5-1" name="__codelineno-5-1" href="#__codelineno-5-1"></a>orca endpoint project add [OPTIONS] ENDPOINT_ID PROJECT_ID
4240+
</code></pre></div>
4241+
<p><strong>Options:</strong></p>
4242+
<table>
4243+
<thead>
4244+
<tr>
4245+
<th>Name</th>
4246+
<th>Type</th>
4247+
<th>Description</th>
4248+
<th>Default</th>
4249+
</tr>
4250+
</thead>
4251+
<tbody>
4252+
<tr>
4253+
<td><code>--help</code></td>
4254+
<td>boolean</td>
4255+
<td>Show this message and exit.</td>
4256+
<td><code>False</code></td>
4257+
</tr>
4258+
</tbody>
4259+
</table>
4260+
<h5 id="orca-endpoint-project-list">orca endpoint project list<a class="headerlink" href="#orca-endpoint-project-list" title="Permanent link">&para;</a></h5>
4261+
<p>List projects an endpoint is bound to.</p>
4262+
<p><strong>Usage:</strong></p>
4263+
<div class="highlight"><pre><span></span><code><a id="__codelineno-6-1" name="__codelineno-6-1" href="#__codelineno-6-1"></a>orca endpoint project list [OPTIONS] ENDPOINT_ID
4264+
</code></pre></div>
4265+
<p><strong>Options:</strong></p>
4266+
<table>
4267+
<thead>
4268+
<tr>
4269+
<th>Name</th>
4270+
<th>Type</th>
4271+
<th>Description</th>
4272+
<th>Default</th>
4273+
</tr>
4274+
</thead>
4275+
<tbody>
4276+
<tr>
4277+
<td><code>--noindent</code></td>
4278+
<td>boolean</td>
4279+
<td>Disable JSON indentation.</td>
4280+
<td><code>False</code></td>
4281+
</tr>
4282+
<tr>
4283+
<td><code>--max-width</code></td>
4284+
<td>integer</td>
4285+
<td>Maximum table width (0 = unlimited).</td>
4286+
<td>None</td>
4287+
</tr>
4288+
<tr>
4289+
<td><code>--fit-width</code></td>
4290+
<td>boolean</td>
4291+
<td>Fit table to terminal width.</td>
4292+
<td><code>False</code></td>
4293+
</tr>
4294+
<tr>
4295+
<td><code>--column</code>, <code>-c</code></td>
4296+
<td>text</td>
4297+
<td>Column to include (repeatable). Shows all if omitted.</td>
4298+
<td>None</td>
4299+
</tr>
4300+
<tr>
4301+
<td><code>--format</code>, <code>-f</code></td>
4302+
<td>choice (<code>table</code> &#x7C; <code>json</code> &#x7C; <code>value</code>)</td>
4303+
<td>Output format.</td>
4304+
<td><code>table</code></td>
4305+
</tr>
4306+
<tr>
4307+
<td><code>--help</code></td>
4308+
<td>boolean</td>
4309+
<td>Show this message and exit.</td>
4310+
<td><code>False</code></td>
4311+
</tr>
4312+
</tbody>
4313+
</table>
4314+
<h5 id="orca-endpoint-project-remove">orca endpoint project remove<a class="headerlink" href="#orca-endpoint-project-remove" title="Permanent link">&para;</a></h5>
4315+
<p>Drop an endpoint↔project binding.</p>
4316+
<p><strong>Usage:</strong></p>
4317+
<div class="highlight"><pre><span></span><code><a id="__codelineno-7-1" name="__codelineno-7-1" href="#__codelineno-7-1"></a>orca endpoint project remove [OPTIONS] ENDPOINT_ID PROJECT_ID
4318+
</code></pre></div>
4319+
<p><strong>Options:</strong></p>
4320+
<table>
4321+
<thead>
4322+
<tr>
4323+
<th>Name</th>
4324+
<th>Type</th>
4325+
<th>Description</th>
4326+
<th>Default</th>
4327+
</tr>
4328+
</thead>
4329+
<tbody>
4330+
<tr>
4331+
<td><code>--yes</code>, <code>-y</code></td>
4332+
<td>boolean</td>
4333+
<td>Skip confirmation.</td>
4334+
<td><code>False</code></td>
4335+
</tr>
4336+
<tr>
4337+
<td><code>--help</code></td>
4338+
<td>boolean</td>
4339+
<td>Show this message and exit.</td>
4340+
<td><code>False</code></td>
4341+
</tr>
4342+
</tbody>
4343+
</table>
41054344
<h4 id="orca-endpoint-set">orca endpoint set<a class="headerlink" href="#orca-endpoint-set" title="Permanent link">&para;</a></h4>
41064345
<p>Update an endpoint.</p>
41074346
<p><strong>Usage:</strong></p>
4108-
<div class="highlight"><pre><span></span><code><a id="__codelineno-4-1" name="__codelineno-4-1" href="#__codelineno-4-1"></a>orca endpoint set [OPTIONS] ENDPOINT_ID
4347+
<div class="highlight"><pre><span></span><code><a id="__codelineno-8-1" name="__codelineno-8-1" href="#__codelineno-8-1"></a>orca endpoint set [OPTIONS] ENDPOINT_ID
41094348
</code></pre></div>
41104349
<p><strong>Options:</strong></p>
41114350
<table>
@@ -4153,7 +4392,7 @@ <h4 id="orca-endpoint-set">orca endpoint set<a class="headerlink" href="#orca-en
41534392
<h4 id="orca-endpoint-show">orca endpoint show<a class="headerlink" href="#orca-endpoint-show" title="Permanent link">&para;</a></h4>
41544393
<p>Show endpoint details.</p>
41554394
<p><strong>Usage:</strong></p>
4156-
<div class="highlight"><pre><span></span><code><a id="__codelineno-5-1" name="__codelineno-5-1" href="#__codelineno-5-1"></a>orca endpoint show [OPTIONS] ENDPOINT_ID
4395+
<div class="highlight"><pre><span></span><code><a id="__codelineno-9-1" name="__codelineno-9-1" href="#__codelineno-9-1"></a>orca endpoint show [OPTIONS] ENDPOINT_ID
41574396
</code></pre></div>
41584397
<p><strong>Options:</strong></p>
41594398
<table>

0 commit comments

Comments
 (0)