-
-
Notifications
You must be signed in to change notification settings - Fork 3
feat: Rebrand to Proxima #211
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
Conversation
- Rebranded "Resolve Proxy Encoder" as "Proxima" - Changed CLI entrypoint from "rprox" to "proxima" - Added full Celery sub command support
- Cross off completed features - Add features and enhancements to roadmap - Reflect name change - Warn dropped support for brokers other than Redis
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-
Renamed files and file structure to reflect new name
-
Changed ASCII art to reflect new name
-Updated Readme to reflect current featureset and new name.
-
Improved Celery command injection subcommand
-
Added help prompt to banner when run without commands
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😎 👍
It's time for a rebrand! Resolve Proxy Encoder is a mouthful, so we're going to call this thing "Proxima".
We'll also change the CLI entrypoint. We may refactor the subcommands or save that for another PR, but there will be breaking changes in the way commands are invoked.
No changes in application behaviour beyond that is planned for this PR at this point.
closes #210