File tree Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Original file line number Diff line number Diff line change @@ -73,24 +73,7 @@ of details about the execution history.
73
73
74
74
## Install Cadence CLI
75
75
76
- Check out [ Cadence Service] ( https://github.com/uber/cadence ) and run ** make bins** .
77
- CLI executable named ** cadence** will be in the root directory.
78
-
79
- To not pass the domain on every command set the following environment variable:
80
-
81
- export CADENCE_CLI_DOMAIN=sample
82
-
83
- After the CADENCE_CLI_DOMAIN is set, to list closed workflow executions run:
84
-
85
- cadence workflow list
86
-
87
- To see a history of a particular workflow execution run:
88
-
89
- cadence workflow showid <WorkflowID>
90
-
91
- To see a stack trace of a currently running workflow execution run:
92
-
93
- ./cadence workflow stack -w <WorkflowID>
76
+ [ Command Line Interface Documentation] ( https://mfateev.github.io/cadence/docs/08_cli )
94
77
95
78
## Run the samples
96
79
You can’t perform that action at this time.
0 commit comments