We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Other
Substantial change to existing feature
The cli is saving config files in a lot of folders, like:
.config/shopify-cli-kit-nodejs/config.json
.config/shopify-cli-theme-conf-nodejs/config.json
.config/shopify-cli-app-nodejs/config.json
Is it possible to unify all of these into a single folder?
It does not make any sense for the cli to spread config file in 8 different places, it should use just one folder.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What area(s) will this request affect?
Other
What type of change do you want to see?
Substantial change to existing feature
Overview
The cli is saving config files in a lot of folders, like:
.config/shopify-cli-kit-nodejs/config.json
.config/shopify-cli-theme-conf-nodejs/config.json
.config/shopify-cli-app-nodejs/config.json
Is it possible to unify all of these into a single folder?
Motivation
It does not make any sense for the cli to spread config file in 8 different places, it should use just one folder.
The text was updated successfully, but these errors were encountered: