RepoJournal
Laravel

@laravel

PHP's most popular framework - Forge, Vapor, and a massive paying audience

Keep up with Laravel in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

One email a day. Unsubscribe in one click.

Pick a date

Topics: PHP Full archive →

The Wire · Showcase

Cloud CLI leaks API tokens, fix lands in hours

By RepoJournal · Filed · About Laravel

Laravel's Cloud CLI was printing live API tokens into CI logs, and the patch is already out.

A credential leak in laravel/cloud-cli's `auth:token --list` command printed full API tokens, not just in the table but in JSON output, which is the documented `-n` mode that ends up in CI logs and agent transcripts [1]. Tokens now show as `*****` plus the last four characters, and the fix is in. The team also streamlined prompts by swapping a handrolled spinner for the official Prompts task component [2], replacing `selectWithContext` with the built-in `select` now that it renders the `info` parameter upstream [3], and dropping a custom notification in favor of Prompts' new `notify` helper [4][5]. Meanwhile, Nightwatch bumped EndBug/add-and-commit to 11.0.0, an automated tooling update with no breaking changes [6]. Joe Tannenbaum noted the reasoning behind the prompts migration: 'Replaced the custom prompts component with the official one now that the `info` parameter renders upstream' [3].

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] Mask API tokens in auth:token --list ↗ laravel/cloud-cli
  2. [2] Swap handrolled dynamic spinner component for Prompts task component ↗ laravel/cloud-cli
  3. [3] Replace `selectWithContext` with `select` ↗ laravel/cloud-cli
  4. [4] dropped our notification for prompts (#202) laravel/cloud-cli
  5. [5] Dropped handrolled notification for Prompts ↗ laravel/cloud-cli
  6. [6] Bump EndBug/add-and-commit from 10.0.0 to 11.0.0 in the github-actions group ↗ laravel/nightwatch

Quick answers

What shipped in Laravel on August 20, 2026?
Laravel's Cloud CLI was printing live API tokens into CI logs, and the patch is already out. In total, 4 commits and 5 pull requests landed.
Who contributed to Laravel on August 20, 2026?
2 developers shipped this update, including dependabot and joetannenbaum.
What were the notable Laravel updates?
Mask API tokens in auth:token --list, Swap handrolled dynamic spinner component for Prompts task component, and Replace `selectWithContext` with `select`.

More from @laravel

Daily updates, in your inbox

Follow Laravel

Keep up with Laravel in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?