Skip to content

Create config-utils CLI tool for environment capture#4

Merged
dev-ankit merged 5 commits into
mainfrom
claude/config-utils-cli-tool-9Pjeo
Jan 11, 2026
Merged

Create config-utils CLI tool for environment capture#4
dev-ankit merged 5 commits into
mainfrom
claude/config-utils-cli-tool-9Pjeo

Conversation

@dev-ankit
Copy link
Copy Markdown
Owner

  • Create new uvx-compatible CLI tool for capturing configurations
  • Implement capture-env command to export environment variables to YAML
  • Implement capture-django-settings command to export Django settings to YAML
  • Add comprehensive README with installation and usage instructions
  • Include project structure with pyproject.toml for proper packaging

claude and others added 5 commits January 10, 2026 16:23
- Create new uvx-compatible CLI tool for capturing configurations
- Implement capture-env command to export environment variables to YAML
- Implement capture-django-settings command to export Django settings to YAML
- Add comprehensive README with installation and usage instructions
- Include project structure with pyproject.toml for proper packaging
- Change implementation to use subprocess with 'python manage.py shell'
- Add --manage-py option to specify path to manage.py file
- Remove Django as optional dependency (no longer imported directly)
- Update README with new usage instructions and requirements
- More Django-idiomatic approach using manage.py instead of direct imports
@dev-ankit dev-ankit merged commit 01da5cb into main Jan 11, 2026
1 check passed
@dev-ankit dev-ankit deleted the claude/config-utils-cli-tool-9Pjeo branch January 11, 2026 18:07
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

Successfully merging this pull request may close these issues.

2 participants