Print the version for dapr
CLI and daprd
executables either in normal or JSON formats.
dapr version [flags]
Name | Environment Variable | Default | Description |
---|---|---|---|
--help , -h | Print this help message | ||
--output , -o | Output format (options: json) |
# Version for Dapr CLI and runtime
dapr version --output json
You can get daprd
version directly by invoking daprd --version
command.
You can also get the normal version output by running dapr --version
flag.