Skip to content

Improve trellis info with detailed project and site information#662

Merged
retlehs merged 1 commit into
masterfrom
feature/improve-trellis-info
Apr 2, 2026
Merged

Improve trellis info with detailed project and site information#662
retlehs merged 1 commit into
masterfrom
feature/improve-trellis-info

Conversation

@retlehs
Copy link
Copy Markdown
Member

@retlehs retlehs commented Apr 1, 2026

Summary

  • Show project path, Trellis version (from VERSION file), virtualenv status, and VM status
  • Show per-environment site details: URL, redirects, local path, SSL, cache
  • Add --json flag for machine-readable output
  • Add tests for validation, default output, and JSON output

Closes #4

Example output

Project:    /path/to/example.com
Trellis:    1.25.0
Virtualenv: active
VM:         lima (running)

development
  example.com
    URL:        http://example.test
    Redirects:  www.example.test
    Local Path: ../site
    SSL:        false
    Cache:      false

production
  example.com
    URL:        https://example.com
    Redirects:  www.example.com
    Local Path: ../site
    SSL:        true
    Cache:      true

🤖 Generated with Claude Code

Closes #4

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@retlehs retlehs merged commit 5394dec into master Apr 2, 2026
8 checks passed
@retlehs retlehs deleted the feature/improve-trellis-info branch April 2, 2026 15:50
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.

Show more information

1 participant