mirror of https://github.com/dapr/docs.git
Merge branch 'v1.3' into update_kafka_component_specs
This commit is contained in:
commit
1de5dccdef
|
@ -0,0 +1,23 @@
|
|||
---
|
||||
type: docs
|
||||
title: "build-info CLI command reference"
|
||||
linkTitle: "build-info"
|
||||
description: "Detailed build information on dapr-cli and daprd executables"
|
||||
---
|
||||
|
||||
## Description
|
||||
|
||||
Get the version and git commit data for `dapr-cli` and `daprd` executables.
|
||||
|
||||
## Supported platforms
|
||||
|
||||
- [Self-Hosted]({{< ref self-hosted >}})
|
||||
|
||||
## Usage
|
||||
```bash
|
||||
dapr build-info
|
||||
```
|
||||
|
||||
## Related facts
|
||||
|
||||
You can get `daprd` build information directly by invoking `daprd --build-info` command.
|
Loading…
Reference in New Issue