version CLI command reference
Print Dapr runtime and CLI version.
Description
Print the version for dapr
CLI and daprd
executables either in normal or JSON formats.
Supported platforms
Usage
dapr version [flags]
Flags
Name | Environment Variable | Default | Description |
---|---|---|---|
--help , -h |
Print this help message | ||
--output , -o |
Output format (options: json) |
Examples
# Version for Dapr CLI and runtime
dapr version --output json
Related facts
You can get daprd
version directly by invoking daprd --version
command.
You can also get the normal version output by running dapr --version
flag.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified May 31, 2024: Merge 61e65296a85dd35c3b7040b281b7c17caffcc144 into 27b6a61b0e1b0a30ea4e4f31bea712dfec3813b3 (525f2ab)