Include list of included plugins in caddy download zip

Would it be possible/useful to include a text file in the caddy_v0.10.0_windows_amd64_custom.zip file listing plugins that make up the custom build?

eg add a plugins.txt file to zip with the output of caddy -plugins

  Server types:
    http
  
  Caddyfile loaders:
    short
    flag
    default
  
  Other plugins:
    http.basicauth
    http.bind
    http.browse
    http.errors
    http.expires
    http.expvar
    http.ext
    http.fastcgi
    http.gzip
    http.header
    http.index
    http.internal
    http.log
    http.markdown
    http.maxrequestbody
    http.mime
    http.pprof
    http.proxy
    http.push
    http.redir
    http.rewrite
    http.root
    http.status
    http.templates
    http.timeouts
    http.upload
    http.websocket
    shutdown
    startup
    tls
    tls.storage.file

This would allow for automated tools to check which plugins a build has rather than extracting the caddy binary and running it.

6 Likes