mirror of https://github.com/dapr/cli.git
Merge branch 'master' into merge-release-1.14-to-master
This commit is contained in:
commit
002a223864
|
@ -1,6 +1,6 @@
|
||||||
organization: dapr
|
organization: dapr
|
||||||
defaultSticker: clmjkxscc122740fl0mkmb7egi
|
defaultSticker: clutq4bgp107990fl1h4m7jp3b
|
||||||
stickers:
|
stickers:
|
||||||
-
|
-
|
||||||
id: clmjkxscc122740fl0mkmb7egi
|
id: clutq4bgp107990fl1h4m7jp3b
|
||||||
alias: ghc2023
|
alias: cli-badge
|
||||||
|
|
|
@ -98,7 +98,7 @@ dapr stop --run-file /path/to/directory -k
|
||||||
func init() {
|
func init() {
|
||||||
StopCmd.Flags().StringVarP(&stopAppID, "app-id", "a", "", "The application id to be stopped")
|
StopCmd.Flags().StringVarP(&stopAppID, "app-id", "a", "", "The application id to be stopped")
|
||||||
StopCmd.Flags().StringVarP(&runFilePath, "run-file", "f", "", "Path to the run template file for the list of apps to stop")
|
StopCmd.Flags().StringVarP(&runFilePath, "run-file", "f", "", "Path to the run template file for the list of apps to stop")
|
||||||
StopCmd.Flags().BoolVarP(&stopK8s, "kubernetes", "k", false, "Stop deployments in Kunernetes based on multi-app run file")
|
StopCmd.Flags().BoolVarP(&stopK8s, "kubernetes", "k", false, "Stop deployments in Kubernetes based on multi-app run file")
|
||||||
StopCmd.Flags().BoolP("help", "h", false, "Print this help message")
|
StopCmd.Flags().BoolP("help", "h", false, "Print this help message")
|
||||||
RootCmd.AddCommand(StopCmd)
|
RootCmd.AddCommand(StopCmd)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue