Added dedicated page for Ibexa Cloud CLI#3198
Conversation
Preview of modified filesPreview of modified Markdown: |
|
|
||
| ### Connect with a SQL client | ||
|
|
||
| To connect to the database using a graphical SQL client, start a SSH tunnel by running the following command in the project directory: |
There was a problem hiding this comment.
"local SQL client", or "any SQL client", or just "SQL client". Doesn't need to be graphical ;)
|
| To connect to the database using any SQL client, start a SSH tunnel by running the following command in the project directory: | ||
|
|
||
| ```bash | ||
| ibexa_cloud tunnel:open |
There was a problem hiding this comment.
Just so we are clear.. This will open a ssh tunnel to all services (db, redis, solr etc), not only to the DB.
Maybe that should be pointed out?
Only execption I know how is varnish if you have that.. No tunnel to varnish will be estabilished
reithor
left a comment
There was a problem hiding this comment.
additional notes:
Personally I very often use:
ibexa_cloud list
list Lists commands
ibexa_cloud ssh
environment:ssh (ssh) : SSH to the current environment
(or execute a command)
Honorable mentions:
ibexa_cloud log
environment:logs (log) : Read an environment's logs
ibexa_cloud rel
environment:relationships (relationships, rel) : Show an environment's relationships
ibexa_cloud var
variable:list (variables, var) : List variables
Killer helpful thing (might be obvious though):
ibexa_cloud [command] --help
shows help and provides examples
|
|
||
| ## Command reference | ||
|
|
||
| For the full list of available commands, see the [Upsun CLI reference](https://developer.upsun.com/cli/reference). |
There was a problem hiding this comment.
| For the full list of available commands, see the [Upsun CLI reference](https://developer.upsun.com/cli/reference). | |
| For the full list of available commands, run `ibexa_cloud list` or see the [Upsun CLI reference](https://developer.upsun.com/cli/reference). |



Contains the suggestions from Slack