August 6, 2024
Temporal CLI Reaches 1.0
Temporal CLI is now considered featureful enough to be v1.0! 🎉 It continues to be production-quality.
Future releases will maintain the same commands, flags, behaviors, and JSON output to the extent possible (except for experimental features, which will be clearly marked as such in --help
output). Text output is still subject to change.
The experimental Worker Versioning feature was added in v0.13.1, making it easier to manage multiple worker versions running on the same task queue. (Commands associated with this feature are subject to change.)
Search attributes can now be created during dev-server startup using the new --search-attribute
flag.
The --help
output has been rewritten top-to-bottom to be more comprehensive and informative.
If you are switching from tctl
or upgrading from a CLI version older than v0.12.0, please note that many commands have changed. See the release notes for v0.12.0 for more details.