-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Description
| config = Path(config_path) if config_path else Path.home() / '.cf/config.json' |
The client should take CF_HOME into consideration before defaulting to user's home.
https://docs.cloudfoundry.org/cf-cli/getting-started.html#login
By default, config.json is located in the ~/.cf directory. You can relocate the config.json file using the CF_HOME environment variable.
I believe I've got this re-implemented somewhere which handles both Linux/Windows platforms (as I remember I faced some edge case while trying in one of systems). I'll try to find and share/place PR.
antechrestos
Metadata
Metadata
Assignees
Labels
No labels