Skip to content

Support and list multiple deployments #102

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
matifali opened this issue May 24, 2023 · 4 comments
Open

Support and list multiple deployments #102

matifali opened this issue May 24, 2023 · 4 comments

Comments

@matifali
Copy link
Member

It would be nice to list and connect to workspaces from multiple deployments.
image

@code-asher
Copy link
Member

code-asher commented Jun 2, 2023

In case it helps, the JetBrains plugin supports multiple deployments by using separate config directories for each one. For example ~/.local/share/coder-gateway/dev.coder.com. Then in the SSH config we use the --global-config flag in the proxy command.

So we could do the same here but it could be cool if the Coder CLI itself supported multiple deployments.

@matifali
Copy link
Member Author

matifali commented Jun 7, 2023

But does the Coder's JetBrains Gateway plugin list and display multiple deployments?

@code-asher
Copy link
Member

code-asher commented Jun 7, 2023

Not at the same time, except in the recent connections window where connections from multiple deployments will be shown (but not organized by deployment, I think it is in recently connected order or workspace name order or something like that).

Would be cool to list all workspaces from multiple deployments grouped by deployment. Code would be the same as the recent connections windows just without filtering for recently connected workspaces.

@matifali
Copy link
Member Author

Lack of this feature is causing issues like #173

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants