Skip to content

Replace config CLI commands with config file-based approach #222

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

Merged
merged 3 commits into from
Mar 12, 2025

Conversation

bhouston
Copy link
Member

Closes #215\n\nThis PR replaces the config CLI commands with a file-based configuration approach using cosmiconfig. It:\n\n- Removes all config CLI commands (get, set, list, clear)\n- Adds a new init command to create a default mycoder.config.js file\n- Uses cosmiconfig to load configuration from various file formats\n- Updates README.md with new configuration documentation\n- Simplifies the codebase by removing complex CLI command handling\n\nThe implementation follows industry standards for tool configuration and makes it easier for users to version-control their configuration.

@bhouston bhouston merged commit 85ad243 into main Mar 12, 2025
2 checks passed
Copy link

🎉 This PR is included in version mycoder-v1.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

Remove all config cli commands, replace with config file
1 participant