You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: nexus_standalone_operations/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ without wrapping them in a workflow. It shows both synchronous and asynchronous
7
7
8
8
All APIs are experimental and may be subject to backwards-incompatible changes.
9
9
10
-
Standalone Nexus operations require a server version that supports this feature. Use the dev server build at https://github.com/temporalio/cli/releases/tag/v1.7.2-standalone-nexus-operations.
10
+
Standalone Nexus operations require a server version that supports this feature. Use the dev server build at https://github.com/temporalio/cli/releases/tag/v1.7.3-standalone-nexus-operations.
11
11
12
12
### Sample directory structure
13
13
@@ -19,7 +19,7 @@ Standalone Nexus operations require a server version that supports this feature.
19
19
20
20
### Instructions
21
21
22
-
Run the [Temporal dev server build that supports standalone Nexus operations](https://github.com/temporalio/cli/releases/tag/v1.7.2-standalone-nexus-operations).
22
+
Run the [Temporal dev server build that supports standalone Nexus operations](https://github.com/temporalio/cli/releases/tag/v1.7.3-standalone-nexus-operations).
23
23
(If you are going to run locally, you will want to start it in another terminal; this command is blocking and runs until it receives a SIGINT (Ctrl + C) command.)
24
24
25
25
Start a Temporal dev server with the dynamic config flags required for standalone Nexus operations:
0 commit comments