Although the location is currently fixed as per confirmation in #148 and the current implementation
|
Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.UserProfile), "SeqCli.json"); |
the location is not explicitly stated anywhere in the documentation at https://docs.datalust.co/docs/command-line-client which only says
The API key will be stored in your SeqCli.json configuration file;
It would be very useful if it stated $env:UserProfile/SeqCli.json on Windows and $HOME/SeqCli.json on Linux.
Although the location is currently fixed as per confirmation in #148 and the current implementation
seqcli/src/SeqCli/Config/RuntimeConfigurationLoader.cs
Line 23 in 9d09f53
the location is not explicitly stated anywhere in the documentation at https://docs.datalust.co/docs/command-line-client which only says
It would be very useful if it stated
$env:UserProfile/SeqCli.jsonon Windows and$HOME/SeqCli.jsonon Linux.