You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry to create an issue because this is more of a usage question but it's really not obvious so one could say this is a request for improved documentation. :)
When I use xcaddy from the plugin directory to build Caddy with my plugin, how do I include other plugins at the same time? I tried xcaddy --with github.com/mholt/caddy-events-exec run but that just says Error: unknown flag: --with.
The text was updated successfully, but these errors were encountered:
I'm not sure that's possible right now, but it would make sense to include.
But what you can do instead is use xcaddy build and do module replacement with the = syntax, then run that binary. Two commands instead of one, but it's more flexible.
Sorry to create an issue because this is more of a usage question but it's really not obvious so one could say this is a request for improved documentation. :)
When I use
xcaddy
from the plugin directory to build Caddy with my plugin, how do I include other plugins at the same time? I triedxcaddy --with github.com/mholt/caddy-events-exec run
but that just saysError: unknown flag: --with
.The text was updated successfully, but these errors were encountered: