Add supported platforms section

This commit is contained in:
Aaron Crawfis 2020-12-11 18:01:33 -08:00
parent 21a48a0637
commit 043dc418f1
12 changed files with 64 additions and 12 deletions

View File

@ -7,7 +7,11 @@ description: "Detailed information on the components CLI command"
## Description
List all Dapr components. Supported platforms: Kubernetes
List all Dapr components.
## Supported platforms
- [Kubernetes]({{< ref kubernetes >}})
## Usage

View File

@ -7,7 +7,11 @@ description: "Detailed information on the configurations CLI command"
## Description
List all Dapr configurations. Supported platforms: Kubernetes
List all Dapr configurations.
## Supported platforms
- [Kubernetes]({{< ref kubernetes >}})
## Usage

View File

@ -7,7 +7,12 @@ description: "Detailed information on the dashboard CLI command"
## Description
Start Dapr dashboard. Supported platforms: Kubernetes and self-hosted
Start Dapr dashboard.
## Supported platforms
- [Self-Hosted]({{< ref self-hosted >}})
- [Kubernetes]({{< ref kubernetes >}})
## Usage
```bash

View File

@ -7,7 +7,12 @@ description: "Detailed information on the init CLI command"
## Description
Install Dapr on supported hosting platforms. Supported platforms: Kubernetes and self-hosted
Install Dapr on supported hosting platforms.
## Supported platforms
- [Self-Hosted]({{< ref self-hosted >}})
- [Kubernetes]({{< ref kubernetes >}})
## Usage
```bash

View File

@ -7,7 +7,11 @@ description: "Detailed information on the invoke CLI command"
## Description
Invoke a method on a given Dapr application. Supported platforms: Self-hosted
Invoke a method on a given Dapr application.
## Supported platforms
- [Self-Hosted]({{< ref self-hosted >}})
## Usage
```bash

View File

@ -7,7 +7,12 @@ description: "Detailed information on the list CLI command"
## Description
List all Dapr instances. Supported platforms: Kubernetes and self-hosted
List all Dapr instances.
## Supported platforms
- [Self-Hosted]({{< ref self-hosted >}})
- [Kubernetes]({{< ref kubernetes >}})
## Usage
```bash

View File

@ -7,7 +7,11 @@ description: "Detailed information on the logs CLI command"
## Description
Get Dapr sidecar logs for an application. Supported platforms: Kubernetes
Get Dapr sidecar logs for an application.
## Supported platforms
- [Kubernetes]({{< ref kubernetes >}})
## Usage
```bash

View File

@ -7,7 +7,11 @@ description: "Detailed information on the publish CLI command"
## Description
Publish a pub-sub event. Supported platforms: Self-hosted
Publish a pub-sub event.
## Supported platforms
- [Self-Hosted]({{< ref self-hosted >}})
## Usage

View File

@ -7,7 +7,11 @@ description: "Detailed information on the run CLI command"
## Description
Run Dapr and (optionally) your application side by side. Supported platforms: Self-hosted
Run Dapr and (optionally) your application side by side.
## Supported platforms
- [Self-Hosted]({{< ref self-hosted >}})
## Usage

View File

@ -7,7 +7,11 @@ description: "Detailed information on the status CLI command"
## Description
Show the health status of Dapr services. Supported platforms: Kubernetes
Show the health status of Dapr services.
## Supported platforms
- [Kubernetes]({{< ref kubernetes >}})
## Usage

View File

@ -7,7 +7,11 @@ description: "Detailed information on the stop CLI command"
## Description
Stop Dapr instances and their associated apps. . Supported platforms: Self-hosted
Stop Dapr instances and their associated apps.
## Supported platforms
- [Self-Hosted]({{< ref self-hosted >}})
## Usage

View File

@ -7,7 +7,12 @@ description: "Detailed information on the uninstall CLI command"
## Description
Uninstall Dapr runtime. Supported platforms: Kubernetes and self-hosted
Uninstall Dapr runtime.
## Supported platforms
- [Self-Hosted]({{< ref self-hosted >}})
- [Kubernetes]({{< ref kubernetes >}})
## Usage