Skip to content

Improve trellis info with detailed project and site information#662

Open
retlehs wants to merge 1 commit intomasterfrom
feature/improve-trellis-info
Open

Improve trellis info with detailed project and site information#662
retlehs wants to merge 1 commit intomasterfrom
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>
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