Skip to content

Commit 549edbb

Browse files
committed
update
1 parent 6546993 commit 549edbb

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

develop/README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,25 @@
1818
2. Done! Run tests against these services. The default ports are specified in an [environment file](docker-compose/develop.env)
1919
3. To stop the development environment: `make stop-dependencies`
2020

21+
### Example Commands
22+
23+
The two Temporal clusters are exposed on `localhost:17233` (left) and `localhost:27233` (right).
24+
25+
```bash
26+
# Describe cluster
27+
temporal operator cluster describe --address localhost:17233
28+
temporal operator cluster describe --address localhost:27233
29+
30+
# List namespaces
31+
temporal operator namespace list --address localhost:17233
32+
33+
# List workflows in the default namespace
34+
temporal workflow list --address localhost:17233 --namespace default
35+
36+
# Describe a namespace
37+
temporal operator namespace describe default --address localhost:17233
38+
```
39+
2140
### Logs
2241

2342
- To view container logs, run `docker logs <container name>`. For example `docker logs docker-compose-smoke-test-1`.

0 commit comments

Comments
 (0)