- Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Using influx3 create
on Linux results in the config.json
being written to $HOME/Documents/influxdb3-cli/config/config.json
, which is unusual for config data. This should be $HOME/.config/influxdb3-cli/config.json
. I suggest:
- check if on Linux and if not, use your current filename. Else...
- check if
XDG_CONFIG_HOME
is set in the environment. If it is, use$XDG_CONFIG_HOME/influxdb3-cli/config.json
. If not... - default to
$HOME/.config/influxdb3-cli/config.json
jstirnaman
Metadata
Metadata
Assignees
Labels
No labels