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

Add ability to dynamically extend flask cli management commands #201

Merged

Conversation

jonathanhle
Copy link
Contributor

@jonathanhle jonathanhle commented Nov 22, 2024

Related to this: https://discord.com/channels/1232815453907189922/1309004046211878914/1309004046211878914

I need a way to extend the flask commands available for App management.

On my local install, I'm directly editing app.py and manage.py, which isn't really scalable, esp. as I want to be able to take upstream updates easily.

This is my proposal to slightly adjust app.py to dynamically load custom plugins that are installed.

@jonathanhle jonathanhle changed the title Jl platsec 3460 plugins for manage py Add ability to dynamically extend flask cli management commands Nov 22, 2024
@jonathanhle jonathanhle marked this pull request as ready for review November 22, 2024 06:05
Copy link
Collaborator

@somethingnew2-0 somethingnew2-0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very cool, let me know if you think this is ready for merge!

@jonathanhle
Copy link
Contributor Author

Very cool, let me know if you think this is ready for merge!

I believe this one is ready. Thanks ahead for the merge.

@somethingnew2-0 somethingnew2-0 merged commit 721afd2 into discord:main Nov 25, 2024
3 checks passed
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