Add authentication APP-7384#10
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
PR SummaryMedium Risk Overview Introduces a new Updates the root command’s auth setup to skip client initialization for commands annotated with Written by Cursor Bugbot for commit a7a9da3. Configure here. |
| if err != nil { | ||
| return "", err | ||
| } | ||
| return filepath.Join(home, ".config", "dune"), nil |
There was a problem hiding this comment.
Nit: I think tools usually use this path, wdyt ?
~/.toolname/config
~/.aws/config
There was a problem hiding this comment.
I think it's quite depends. checked the tools that I use, and they are more to the "convention" that is implemented here, eg: gh / github cli tool

Persistent authentication based on
~/.config/dunedirectory