You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# So along with the dapr-cli formula,
brew install dapr/tap/dapr-cli
# We can offer additional formulas for common tools used while developing Dapr applications.# One such example - dev-tools: installs helm, kubectl, minikube.
brew install dapr/tap/dev-tools
Similar to AWS's homebrew-tap, should we provide formulas for meta packages like
k8-tools
,container-tools
for our Dapr users?This will enhance the user experience for our brew users and provide a single command to install Dapr-related k8s/container tools.
The text was updated successfully, but these errors were encountered: