From 81e05abe1b8f530e42710789e446169c085a1414 Mon Sep 17 00:00:00 2001 From: Dmitry Shmulevich Date: Fri, 16 Jul 2021 11:34:34 -0700 Subject: [PATCH] Add build-info CLI reference --- .../en/reference/cli/dapr-build-info.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 daprdocs/content/en/reference/cli/dapr-build-info.md diff --git a/daprdocs/content/en/reference/cli/dapr-build-info.md b/daprdocs/content/en/reference/cli/dapr-build-info.md new file mode 100644 index 000000000..764847810 --- /dev/null +++ b/daprdocs/content/en/reference/cli/dapr-build-info.md @@ -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.