-
Notifications
You must be signed in to change notification settings - Fork 395
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
config.yml not found when executing doctl commands - default path corrupted #1280
Comments
Hi @lu-roth, Thanks for flagging this for us. We have not been able to reproduce the issue ourselves. Can you help by providing some additional information?
|
Other people reported the same issue in a different issue, maybe the comment section will provide you more clarity: |
I believe we have tracked down the root of this problem. It should be fixed in the v1.84.0 release via #1286. Unfortunately, the issue was with the config file itself. So if you have been experiencing this problem, you will need to either delete your existing config file or edit it to remove the stanza that looks like:
Please let us know if this has resolved the issue for you. |
Still having this issue with version 1.92.1-release installed on MacOS using homebrew |
When executing doctl commands I get the following error:
Error: open : no such file or directory
Thats because the default path of the config.yaml is corrupted and the blank space betweet "Application Support" is not escaped like it should be "Application\ Support".
current: ${HOME}/Library/Application Support/doctl/config.yaml
should be: ${HOME}/Library/Application\ Support/doctl/config.yaml
After adding the "--config" option and setting the config path by myself the doctl commands work but I think its tedious
to do this for every command.
Environment:
The text was updated successfully, but these errors were encountered: