Skip to content

Commit 7244c7e

Browse files
author
Maxim Fateev
committed
Updated README CLI instructions
1 parent d904c57 commit 7244c7e

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

README.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)