Skip to content
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

Use "$HOME/.opspark" directory for user config #66

Open
harveysanders opened this issue Aug 2, 2022 · 0 comments
Open

Use "$HOME/.opspark" directory for user config #66

harveysanders opened this issue Aug 2, 2022 · 0 comments

Comments

@harveysanders
Copy link
Contributor

harveysanders commented Aug 2, 2022

Typically when CLIs need to write some user specific configuration files, they're put in a directory in the user's $HOME directory.
For example, npm uses ~/.npm/, the AWS CLI tool uses a ~/.aws/.

We should use a ~/.opspark directory to place the user config files, auth and user.

It may be just here, but I'm sure how that is all used, so it will need a closer look

const applicationDirectory = `${env.home()}/opspark`;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant