File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,24 +73,7 @@ of details about the execution history.
7373
7474## Install Cadence CLI
7575
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 )
9477
9578## Run the samples
9679
You can’t perform that action at this time.
0 commit comments