|
193 | 193 | <span>Replace a context</span> |
194 | 194 | </a> |
195 | 195 | </li> |
196 | | - <li data-nav-id="/contexts/updated-a-context/" class="dd-item"> |
197 | | - <a href="/contexts/updated-a-context/"> |
198 | | - <span>Updated a context</span> |
| 196 | + <li data-nav-id="/contexts/update-a-context/" class="dd-item"> |
| 197 | + <a href="/contexts/update-a-context/"> |
| 198 | + <span>Update a context</span> |
199 | 199 | </a> |
200 | 200 | </li> |
201 | 201 | </ul> |
|
266 | 266 | <span>Predefined Pipelines</span><i class="fa fa-angle-right fa-lg category-icon"></i> |
267 | 267 | </a> |
268 | 268 | <ul> |
269 | | - <li data-nav-id="/predefined-pipelines/install-or-upgrade-helm-chart/" class="dd-item"> |
270 | | - <a href="/predefined-pipelines/install-or-upgrade-helm-chart/"> |
271 | | - <span>Install or upgrade Helm chart</span> |
| 269 | + <li data-nav-id="/predefined-pipelines/delete-a-helm-release/" class="dd-item"> |
| 270 | + <a href="/predefined-pipelines/delete-a-helm-release/"> |
| 271 | + <span>Delete a helm release</span> |
| 272 | + </a> |
| 273 | + </li> |
| 274 | + <li data-nav-id="/predefined-pipelines/install-or-upgrade-a-helm-chart/" class="dd-item"> |
| 275 | + <a href="/predefined-pipelines/install-or-upgrade-a-helm-chart/"> |
| 276 | + <span>Install or upgrade a Helm chart</span> |
272 | 277 | </a> |
273 | 278 | </li> |
274 | 279 | <li data-nav-id="/predefined-pipelines/test-a-helm-release/" class="dd-item"> |
@@ -377,25 +382,25 @@ <h1>Authentication</h1> |
377 | 382 |
|
378 | 383 | <h3 id="create-authentication-context-create-authentication-context"><a href="create-authentication-context">Create authentication context</a></h3> |
379 | 384 |
|
380 | | -<p><code>codefresh create-context [name]</code></p> |
| 385 | +<p><code>codefresh auth create-context [name]</code></p> |
381 | 386 |
|
382 | 387 | <p>Create or update an authentication context</p> |
383 | 388 |
|
384 | 389 | <h3 id="get-activated-context-get-activated-context"><a href="get-activated-context">Get activated context</a></h3> |
385 | 390 |
|
386 | | -<p><code>codefresh current-context</code></p> |
| 391 | +<p><code>codefresh auth current-context</code></p> |
387 | 392 |
|
388 | 393 | <p>Get the current activated authentication context</p> |
389 | 394 |
|
390 | 395 | <h3 id="get-all-contexts-get-all-contexts"><a href="get-all-contexts">Get all contexts</a></h3> |
391 | 396 |
|
392 | | -<p><code>codefresh get-contexts</code></p> |
| 397 | +<p><code>codefresh auth get-contexts</code></p> |
393 | 398 |
|
394 | 399 | <p>Get all possible authentication contexts</p> |
395 | 400 |
|
396 | 401 | <h3 id="set-active-context-set-active-context"><a href="set-active-context">Set active context</a></h3> |
397 | 402 |
|
398 | | -<p><code>codefresh use-context <name></code></p> |
| 403 | +<p><code>codefresh auth use-context <name></code></p> |
399 | 404 |
|
400 | 405 | <p>Set the current active authentication context</p> |
401 | 406 |
|
|
0 commit comments