--simple flag with guild version to print only the bare version number followed by a newline, with no additional decoration. This makes the output easy to capture in scripts.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Show the Guild CLI version.
guild version
--simple flag with guild version to print only the bare version number followed by a newline, with no additional decoration. This makes the output easy to capture in scripts.
guild version --simple # Output only the version number, e.g. 0.16.0
GUILD_VERSION=$(guild version --simple) # Capture the version in a script