Skip to content

Commands: workflowRuns info and event creation#69

Merged
andrewjensen merged 24 commits intomainfrom
adj/cmd/workflowRuns-various
May 6, 2026
Merged

Commands: workflowRuns info and event creation#69
andrewjensen merged 24 commits intomainfrom
adj/cmd/workflowRuns-various

Conversation

@andrewjensen
Copy link
Copy Markdown
Collaborator

This defines the following commands:

  • dx workflowRuns info: Get info about the current state of a workflow run.
  • dx workflowRuns addLink: Add a clickable link to an event-driven workflow run.
  • dx workflowRuns changeStatus: Change the status of an event-driven workflow run to either succeeded or failed.
  • dx workflowRuns postMessage: Post a message to an event-driven workflow run.

This PR was split off from #63, which originally contained all of these commands in addition to dx workflowRuns trigger.

Comment thread src/commands/teams.ts
}

async function listTeams(runtime: Runtime): Promise<ListTeamsResponse> {
export async function listTeams(runtime: Runtime): Promise<ListTeamsResponse> {
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Is this needed?

@andrewjensen andrewjensen merged commit 7761191 into main May 6, 2026
3 checks passed
@andrewjensen andrewjensen deleted the adj/cmd/workflowRuns-various branch May 6, 2026 21:13
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