Skip to content

Rename wherobots jobs command to wherobots job-runs - #6

Merged
ClayMav merged 2 commits into
mainfrom
copilot/update-wherobots-command-usage
Mar 20, 2026
Merged

Rename wherobots jobs command to wherobots job-runs#6
ClayMav merged 2 commits into
mainfrom
copilot/update-wherobots-command-usage

Conversation

Copilot AI commented Mar 20, 2026

Copy link
Copy Markdown

Renames the custom CLI command group from jobs to job-runs and the run subcommand to create to align with correct resource semantics.

  • Command surface: wherobots jobs runwherobots job-runs create; all other subcommands (logs, list, running, failed, completed, metrics) remain under job-runs
  • Internal rename: newRunCommand()newCreateCommand()
  • Tests & docs: All 14 test invocations and README examples updated
# before
wherobots jobs run s3://bucket/script.py --name my-job-001

# after
wherobots job-runs create s3://bucket/script.py --name my-job-001

🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Copilot AI changed the title [WIP] Update custom commands to use job-runs Rename wherobots jobs command to wherobots job-runs Mar 20, 2026
Copilot AI requested a review from ClayMav March 20, 2026 18:56
@ClayMav
ClayMav marked this pull request as ready for review March 20, 2026 19:09
@ClayMav
ClayMav merged commit 7833829 into main Mar 20, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants