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
Love the new -v / --version CLI flags, but I did notice the version text is not exactly the same when you issue a caddy version (which terminates the printed version string with a newline) and when you issue a caddy -v / caddy --version (which doesn't).
This is a very minor item, but it did break my update check automation when I updated it to run --version instead of version, and I imagine it might be an issue for other (more important) tooling elsewhere.
Love the new
-v
/--version
CLI flags, but I did notice the version text is not exactly the same when you issue acaddy version
(which terminates the printed version string with a newline) and when you issue acaddy -v
/caddy --version
(which doesn't).This is a very minor item, but it did break my update check automation when I updated it to run
--version
instead ofversion
, and I imagine it might be an issue for other (more important) tooling elsewhere.caddy version
:caddy -v
/caddy --version
:The text was updated successfully, but these errors were encountered: