Skip to content

Document managed-queue, tinker and skills:install commands in README - #210

Merged
joetannenbaum merged 1 commit into
laravel:mainfrom
usamamuneerchaudhary:main
Sep 3, 2026
Merged

Document managed-queue, tinker and skills:install commands in README#210
joetannenbaum merged 1 commit into
laravel:mainfrom
usamamuneerchaudhary:main

Conversation

@usamamuneerchaudhary

Copy link
Copy Markdown
Contributor

adds the ten shipped-but-undocumented commands to the README command reference:

  • A new Managed queues section covering managed-queue:create, pause, resume, purge, set-default, failed-jobs, retry-failed-job and delete-failed-job, with a short note on the non-interactive options create accepts and which commands take --force.
  • cloud tinker and cloud skills:install added to the Other table, with a one-line note each on --code / --timeout and --global / --project / --agent.

All ten commands are public (none are hidden) and each is already in the CHANGELOG, managed queues in #164, tinker in #141 / #142, skills:install in #143, but none appear anywhere in the README. Someone reading the command reference has no way to discover them.

Notes

  • Descriptions are taken from each command's $description.
  • Option names come from the command signatures.
  • Docs only, no code changes.

@joetannenbaum

Copy link
Copy Markdown
Collaborator

Thank you!

@joetannenbaum
joetannenbaum merged commit 5bf9dc3 into laravel:main Sep 3, 2026
4 checks passed
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