Conversation
Owner
lbedner
commented
Feb 9, 2026
This was
linked to
issues
Feb 9, 2026
There was a problem hiding this comment.
Pull request overview
This PR bumps Aegis Stack to 0.6.0rc1 and introduces new CLI capabilities to support production deployment workflows: a deploy command suite (rsync/ssh + remote Docker Compose) and an ingress-enable command to turn on Traefik + Let’s Encrypt TLS for existing projects.
Changes:
- Version bump across project metadata (
pyproject.toml,uv.lock,copier.yml,aegis/__init__.py, docs). - Add
aegis deploy-*commands for deploy init/setup/deploy/logs/status/stop/restart/shell. - Add
aegis ingress-enablecommand and expand shared-file regeneration to includedocker-compose.dev.yml/docker-compose.prod.yml.
Reviewed changes
Copilot reviewed 20 out of 21 changed files in this pull request and generated 17 comments.
Show a summary per file
| File | Description |
|---|---|
uv.lock |
Updates locked package version reference to 0.6.0rc1. |
pyproject.toml |
Bumps package version to 0.6.0rc1. |
copier.yml |
Bumps template _version to 0.6.0rc1. |
aegis/config/shared_files.py |
Adds dev/prod compose files to the shared regeneration policy. |
aegis/commands/ingress.py |
New ingress-enable command to enable TLS and re-render relevant files. |
aegis/commands/deploy.py |
New deploy command suite with SSH/rsync-based orchestration. |
aegis/__main__.py |
Registers new deploy and ingress commands in the Typer app. |
aegis/__init__.py |
Updates __version__ to 0.6.0rc1. |
CLAUDE.md |
Updates displayed “Current Version”. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.