Skip to content

hydra version

Print the Hydra CLI version.

CLI help recording

Synopsis

hydra version

Description

Prints a single line with the build version and Git SHA, for example hydra v1.2.3 a1b2c3d4. Local development builds without release metadata report hydra dev.

Hydra skips the usual stderr welcome line for this command so stdout stays a single line suitable for scripts.

Example

$ hydra version
hydra dev

Tutorials