News

Rocketeer 2.0

Published

Rocketeer, a PHP task runner and deployment package, just released v2.0.

New features include:

  • Added ability to run tasks in parallel via the –parallel flag (or -P)
  • Added ability to have multiple servers for one connection, just define them in a servers array in your connection, each entry being an usual connection credentials array
  • Added support for defining contextual configurations in files (.rocketeer/connections/{connection}/scm.php, same for stages)
  • Core tasks (Deploy, Check, Test, Migrate) now use a module system called Strategies
  • Added a Sync DeployStrategy in addition to Clone and Copy that uses rsync to create a new release
  • Added static helper Rocketeer::getDetectedStage to get the stage Rocketeer think’s he’s in on the server (for environment mappings)
  • Added support for checking of HHVM extensions
  • Added Task::upload(file, destination) to upload files to remote, destination can be null and the basename of the file would then be used
Eric L. Barnes photo

Eric is the creator of Laravel News and has been covering Laravel since 2012.

Filed in

Sponsored

tinkerwell logo
Tinkerwell

Enjoy coding and debugging in an editor designed for fast feedback and quick iterations. It's like a shell for your application – but with multi-line editing, code completion, and more.

Visit Tinkerwell

The latest

View all →
CPX: The Composer Package Executor for PHP image

CPX: The Composer Package Executor for PHP

Read article
Laravel AI SDK Adds Human-in-the-Loop Tool Approval image

Laravel AI SDK Adds Human-in-the-Loop Tool Approval

Read article
Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals image

Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals

Read article
Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs image

Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs

Read article
Blade Formatting in Laravel Pint image

Blade Formatting in Laravel Pint

Read article
Inertia DevTools Is Now on the Chrome Web Store image

Inertia DevTools Is Now on the Chrome Web Store

Read article