Skip to content

Commit 1e0187d

Browse files
committed
Remove tctl next
1 parent aed2d9e commit 1e0187d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+15
-11118
lines changed

.vscode/launch.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"program": "${workspaceFolder}/cmd/tctl",
1111
"cwd": "${workspaceFolder}",
1212
"args": [
13-
"workflow",
14-
"list",
15-
"-h",
13+
"config",
14+
"get",
15+
"version",
1616
]
1717
},
1818
{

README.md

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
[![build](https://github.com/temporalio/tctl/actions/workflows/test.yml/badge.svg)](https://github.com/temporalio/tctl/actions/workflows/test.yml)
22

3+
4+
> **Nota bene**: `tctl` CLI is being deprecated in later versions of Temporal server. Consider upgrading to Temporal CLI https://github.com/temporalio/cli#getting-started
5+
36
The Temporal CLI is a command-line tool you can use to perform various tasks on a Temporal Server. It can perform namespace operations such as register, update, and describe as well as Workflow operations like start Workflow, show Workflow history, and signal Workflow.
47

58
Documentation for the Temporal command line interface is located at our [main site](https://docs.temporal.io/docs/system-tools/tctl).
@@ -16,25 +19,11 @@ get started:
1619

1720
**Note:** Make sure you have a Temporal server running before using the CLI.
1821

19-
### Trying out the new `tctl next` with updated UX
20-
21-
**Note** Switching to `tctl next` is not recommended on production environments.
22+
### Trying out the new `temporal` CLI
2223

23-
The package contains both `tctl v1` and the updated `tctl next`. Version `next` brings updated UX, new commands and flags semantics, new features ([see details](https://github.com/temporalio/proposals/tree/master/cli)). Please expect more of upcoming changes in `tctl next`
24+
**Note** Switching to `temporal` CLI is not recommended on production environments.
2425

25-
By default, executing tctl commands will execute commands from tctl v1. In order to switch to experimental `tctl next` run
26-
27-
```
28-
tctl config set version next
29-
```
30-
31-
This will create a configuration file (`~/.config/temporalio/tctl.yaml`) and set tctl to `next`.
32-
33-
To switch back to the stable v1, run
34-
35-
```
36-
tctl config set version current
37-
```
26+
`tctl next` is going to be deprecated. Please upgrade to Temporal CLI https://github.com/temporalio/cli#getting-started
3827

3928
## Auto-completion
4029

cli/activity.go

Lines changed: 0 additions & 111 deletions
This file was deleted.

cli/activity_commands.go

Lines changed: 0 additions & 119 deletions
This file was deleted.

cli/alias.go

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)