Skip to content

Comments

Update CLI docs workflow#3997

Merged
lennessyy merged 2 commits intomainfrom
cli-docs-location
Nov 19, 2025
Merged

Update CLI docs workflow#3997
lennessyy merged 2 commits intomainfrom
cli-docs-location

Conversation

@stephanos
Copy link
Contributor

@stephanos stephanos commented Nov 14, 2025

What does this PR do?

Updates the GHA workflow for publishing the CLI docs to the new docs command and output paths.

Notes to reviewers

See temporalio/cli#874 for the CLI change.

Comment on lines +69 to +72
COMMIT_AUTHOR: ${{ github.event.inputs.commit_author }}
COMMIT_AUTHOR_EMAIL: ${{ github.event.inputs.commit_author_email }}
CLI_RELEASE_TAG: ${{ github.event.inputs.cli_release_tag }}
COMMIT_MESSAGE: ${{ github.event.inputs.commit_message }}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change requested by security bot.

@temporalio temporalio deleted a comment from github-actions bot Nov 14, 2025
@temporalio temporalio deleted a comment from vercel bot Nov 14, 2025
@temporalio temporalio deleted a comment from semgrep-managed-scans bot Nov 14, 2025
@stephanos stephanos marked this pull request as ready for review November 14, 2025 21:14
@stephanos stephanos requested a review from a team as a code owner November 14, 2025 21:14
@stephanos stephanos requested a review from cretz November 14, 2025 21:14
@github-actions
Copy link
Contributor

github-actions bot commented Nov 14, 2025

📖 Docs PR preview links

This PR does not change any pages in /docs. If you make updates, links to the modified pages will appear here.

stephanos added a commit to temporalio/cli that referenced this pull request Nov 18, 2025
<!--- Note to EXTERNAL Contributors -->
<!-- Thanks for opening a PR! 
If it is a significant code change, please **make sure there is an open
issue** for this.
We work best with you when we have accepted the idea first before you
code. -->

<!--- For ALL Contributors 👇 -->

## What was changed
<!-- Describe what has changed in this PR -->

**Before**

```
/temporalcli
  /internal
     /cmd
     /...
  commands.go
```

**After**

```
/internal
  /cmd
  /temporalcli
     /...
     commands.go
```

Also see the related
temporalio/documentation#3997.

## Why?
<!-- Tell your future self why have you made these changes -->

We want to establish a `cliext` that will contain the shared code for
[writing CLI
extensions](https://github.com/temporalio/proposals/blob/master/cli/cli-extensions.md).

> The existing github.com/temporalio/cli/temporalcli package should not
be used and may be moved to internal as part of this project.

## Checklist
<!--- add/delete as needed --->

1. Closes <!-- add issue number here -->

2. How was this tested:
<!--- Please describe how you tested your changes/how we can test them
-->

3. Any docs updates needed?
<!--- update README if applicable
      or point out where to update docs.temporal.io -->
@vercel
Copy link

vercel bot commented Nov 19, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
temporal-documentation Ready Ready Preview Comment Nov 19, 2025 0:13am

@lennessyy lennessyy enabled auto-merge (squash) November 19, 2025 00:12
@lennessyy lennessyy merged commit e2a45f4 into main Nov 19, 2025
5 checks passed
@lennessyy lennessyy deleted the cli-docs-location branch November 19, 2025 00:13
@stephanos
Copy link
Contributor Author

@lennessyy thank you! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants