Merge pull request #1655 from dmitsh/ds-build-info

Add build-info CLI reference
This commit is contained in:
Ori Zohar 2021-07-16 13:11:14 -07:00 committed by GitHub
commit 064571439f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 0 deletions

View File

@ -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.