Skip to content

Commit

Permalink
Merge pull request #319 from Qovery/fix/remove_ssh_references
Browse files Browse the repository at this point in the history
fix: remove ssh references on shell
  • Loading branch information
acarranoqovery authored Aug 24, 2023
2 parents 241e24b + a2bb344 commit 7593f8c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
last_modified_on: "2023-06-28"
last_modified_on: "2023-08-04"
title: "Members and RBAC"
description: "Learn how to manage the RBAC via Qovery"
---
Expand Down Expand Up @@ -72,7 +72,7 @@ More in detail, you can find the associated permissions below:
| Create environment or service | yes | yes | no | no | no |
| Add/Edit/Delete environment variables and secrets | yes | yes | yes | no | no |
| Deploy/Stop ANY environment or service | yes | yes | yes | no | no |
| Connect via SSH to ANY application | yes | yes | yes | no | no |
| Connect via shell to ANY application | yes | yes | yes | no | no |

<Alert type="info">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ More in detail, you can find the associated permissions below:
| Create environment or service | yes | yes | no | no | no |
| Add/Edit/Delete environment variables and secrets | yes | yes | yes | no | no |
| Deploy/Stop ANY environment or service | yes | yes | yes | no | no |
| Connect via SSH to ANY application | yes | yes | yes | no | no |
| Connect via shell to ANY application | yes | yes | yes | no | no |

<Alert type="info">

Expand Down
4 changes: 2 additions & 2 deletions website/docs/using-qovery/interface/cli.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
last_modified_on: "2023-04-23"
last_modified_on: "2023-08-04"
title: CLI
description: How to use the Qovery CLI (Command Line Interface)
---
Expand Down Expand Up @@ -353,7 +353,7 @@ Qovery: Opening https://console.qovery.com/platform/organization/your-org/projec

## Shell

Shell command allows you to open an ssh connection with the container where your application is running (application selected via the cli context).
Shell command allows you to open a connection and execute commands directly on the container running application.

```bash
$ qovery shell
Expand Down
2 changes: 1 addition & 1 deletion website/docs/using-qovery/interface/cli.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ Qovery: Opening https://console.qovery.com/platform/organization/your-org/projec

## Shell

Shell command allows you to open an ssh connection with the container where your application is running (application selected via the cli context).
Shell command allows you to open a connection and execute commands directly on the container running application.

```bash
$ qovery shell
Expand Down

0 comments on commit 7593f8c

Please sign in to comment.