Skip to content
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

Add db-tunnel options to the configuration file #1079

Open
benjlevesque opened this issue Sep 30, 2024 · 0 comments
Open

Add db-tunnel options to the configuration file #1079

benjlevesque opened this issue Sep 30, 2024 · 0 comments

Comments

@benjlevesque
Copy link

Context

When using db-tunnel, I would like to fallback to the configuration file value if no --port flag was specified (or any other flag).

Currently, only the region is available in the configuration file, it would be useful to add options for more options.

The use of this feature is tightly linked to #1080.

Proposed solution

{
  "region": "osc-fr1",
  "db-tunnel": {
    "port": 1234,
    "bind": "127.0.0.1"
  }
}

Going further

This is probably a need for most commands, but this is the only one I currently use or need, so I didn't want to make the scope of this issue too wide.

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

1 participant