Update CLI docs for release v1.9.0-rc.1 - #5312
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 0afe6a6c1d
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| --workflow-id YourWorkflowId | ||
| ``` | ||
|
|
||
| To target a standalone Activity, specify the Activity and Run IDs: |
There was a problem hiding this comment.
Update the Standalone Activity limitations
For users of this CLI release, this new standalone target directly contradicts docs/encyclopedia/activities/standalone-activity.mdx:102, which still says that pause, reset, and update options are unsupported in Public Preview. Update that limitation and, if these operations require CLI v1.9.0, the version guidance on that page so readers are not told that the newly documented commands are unavailable.
AGENTS.md reference: AGENTS.md:L237-L243
Useful? React with 👍 / 👎.
| title: Temporal CLI schedule command reference | ||
| sidebar_label: schedule | ||
| description: Temporal's Schedule commands create, update, and manage scheduled Workflow Executions, including creation, backfill, and deletion. | ||
| description: Temporal's Schedule commands allow users to create, update, and manage Workflow Executions seamlessly for automation, supporting commands for creation, backfill, deletion, and more. |
There was a problem hiding this comment.
Replace the marketing language in the description
In this reference-page description, “seamlessly for automation” is a vague intensifier rather than a concrete capability, while “and more” leaves the scope unspecified. Replace these phrases with a direct summary of the Schedule commands the page documents.
AGENTS.md reference: AGENTS.md:L273-L280
Useful? React with 👍 / 👎.
Autogenerated PR from https://github.com/temporalio/cli