forked from arschles/deisrel
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
Description
Currently, deisrel is just a CLI that runs all logic exclusively on the client's machine. Moving the core logic to the server and making the CLI just do RPCs to the server would provide benefits:
- Connect to a DB to keep a ledger of releases
- This includes storing the global release notes for each release
- Use the DB to track status of an ongoing release
- Faster network-heavy operations such as docker tagging
This issue is a proposal and venue for brainstorming