Feature Request
Description of Problem:
In our organisation the password used to connect to kdb servers expires every couple of days.
We have tools to regenerate the server list (json or qpad format), but all users must manually reimport it each time with numerous clicks which after a while become very tedious.
I would like to have a way to programmatically import the new server list into kdb studio settings with minimal user interaction.
Potential Solutions:
I would like to have a command line switch to import server list which does not require any click.
Or a separate main like
|
public static void main(String[] args) { |
to do it.
Feature Request
Description of Problem:
In our organisation the password used to connect to kdb servers expires every couple of days.
We have tools to regenerate the server list (json or qpad format), but all users must manually reimport it each time with numerous clicks which after a while become very tedious.
I would like to have a way to programmatically import the new server list into kdb studio settings with minimal user interaction.
Potential Solutions:
I would like to have a command line switch to import server list which does not require any click.
Or a separate main like
kdb-studio/src/main/studio/ui/QPadImportDialog.java
Line 222 in 20616f6