package
1.15.0
Repository: https://github.com/dapr/cli.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
GetBuildInfo returns build info for the CLI and the local Dapr runtime.
GetCLIPIDCountMap returns a map of CLI PIDs to number of apps started with it.
No description provided by the author
No description provided by the author
No description provided by the author
GetDaprRuntimePath returns the dapr runtime installation path.
GetDashboardVersion returns the version for the local Dapr dashboard.
GetRuntimeVersion returns the version for the local Dapr runtime.
Init installs Dapr on a local machine using the supplied runtimeVersion.
List outputs all the applications.
No description provided by the author
NewDashboardCmd creates the command to run dashboard.
Stop terminates the application process.
StopAppsWithRunFile terminates the daprd and application processes with the given run file.
Uninstall reverts all changes made by init.

# Constants

No description provided by the author
DaprPlacementContainerName is the container name of placement service.
DaprRedisContainerName is the container name of redis.
DaprSchedulerContainerName is the container name of scheduler service.
DaprZipkinContainerName is the container name of zipkin.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
ListOutput represents the application ID, application port and creation time.
RunConfig represents the application configuration parameters.
SharedRunConfig represents the application configuration parameters, which can be shared across many apps.
No description provided by the author

# Interfaces

Client is the interface the wraps all the methods exposed by the Dapr CLI.
No description provided by the author

# Type aliases

No description provided by the author