You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current default(first) location for configuration storage is ./cli.json, which is not so useful in most cases since the user would need to:
Call gotify-cli in this specific directory for every invocation
Create a cli.json in a random directory, which is not a clearly explanatory file name.
So I think in most cases, the user would use user directory as their config storage, so we should put that in front of ./cli.json by default during initialization.
The text was updated successfully, but these errors were encountered:
The current default(first) location for configuration storage is
./cli.json
, which is not so useful in most cases since the user would need to:cli.json
in a random directory, which is not a clearly explanatory file name.So I think in most cases, the user would use user directory as their config storage, so we should put that in front of
./cli.json
by default during initialization.The text was updated successfully, but these errors were encountered: