-
Notifications
You must be signed in to change notification settings - Fork 20
Add autoloader regeneration guidance to scaffolded packages #274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR addresses user confusion when modifying scaffolded WP-CLI packages by adding comprehensive documentation about the need to regenerate Composer's autoloader. The change stems from a common issue where developers modify scaffolded command files but don't realize their changes won't be recognized until the autoloader is regenerated.
Changes:
- Added detailed docblock to the HelloWorldCommand template explaining autoloader regeneration requirements with specific commands
- Added "Next steps" CLI output after scaffolding to guide users on customizing their command and regenerating the autoloader
- Added test coverage to verify the documentation appears in both command output and generated files
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| templates/HelloWorldCommand.mustache | Adds comprehensive class-level docblock with autoloader regeneration instructions, including command examples and Composer documentation link |
| src/ScaffoldPackageCommand.php | Adds "Next steps" guidance in CLI output after scaffolding, showing file path and autoloader regeneration command |
| features/scaffold-package.feature | Adds new test scenario to verify autoloader documentation appears in both CLI output and generated HelloWorldCommand.php file |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| // Display next steps guidance for users. | ||
| WP_CLI::log( '' ); | ||
| WP_CLI::log( 'Next steps:' ); | ||
| WP_CLI::log( " * Edit {$package_dir}/src/HelloWorldCommand.php to customize your command" ); | ||
| WP_CLI::log( ' * After making changes, regenerate the autoloader with:' ); | ||
| WP_CLI::log( " composer dump-autoload --working-dir={$package_dir}" ); |
Copilot
AI
Feb 2, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The "Next steps" guidance should only be displayed when files were successfully created. Currently, it will be shown even when all files are skipped (when files_written is empty). Consider wrapping the next steps output in a condition that checks if files were actually written, similar to how the success message is handled on line 137.
| // Display next steps guidance for users. | |
| WP_CLI::log( '' ); | |
| WP_CLI::log( 'Next steps:' ); | |
| WP_CLI::log( " * Edit {$package_dir}/src/HelloWorldCommand.php to customize your command" ); | |
| WP_CLI::log( ' * After making changes, regenerate the autoloader with:' ); | |
| WP_CLI::log( " composer dump-autoload --working-dir={$package_dir}" ); | |
| if ( ! empty( $files_written ) ) { | |
| // Display next steps guidance for users. | |
| WP_CLI::log( '' ); | |
| WP_CLI::log( 'Next steps:' ); | |
| WP_CLI::log( " * Edit {$package_dir}/src/HelloWorldCommand.php to customize your command" ); | |
| WP_CLI::log( ' * After making changes, regenerate the autoloader with:' ); | |
| WP_CLI::log( " composer dump-autoload --working-dir={$package_dir}" ); | |
| } |
Users modifying scaffolded packages don't realize Composer's autoloader must be regenerated for changes to take effect, causing confusion when their adapted commands fail to run.
Changes
Template documentation (
templates/HelloWorldCommand.mustache):composer dump-autoload --working-dir=$(wp package path)wp package updateCLI feedback (
src/ScaffoldPackageCommand.php):--skip-installflagTest coverage (
features/scaffold-package.feature):Example output
Generated
HelloWorldCommand.phpincludes:Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
https://api.github.com/repos/Behat/Behat/zipball/51bdf81639a14645c5d2c06926f4aa37d204921b/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/Behat/Gherkin/zipball/e26037937dfd48528746764dd870bc5d0836665f/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/PHPCSStandards/PHPCSExtra/zipball/b598aa890815b8df16363271b659d73280129101/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/PHPCSStandards/PHPCSUtils/zipball/c216317e96c8b3f5932808f9b0f1f7a14e3bbf55/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/0ca86845ce43291e8f5692c7356fccf3bcf02bf4/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/PHPCSStandards/composer-installer/zipball/845eb62303d2ca9b289ef216356568ccc075ffd1/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/e0f0e5a3dc819a4a0f8d679a0f2453d941976e18/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/fa02bc4cdd5c76433844721d37dc2cf22db7c91f/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/Yoast/PHPUnit-Polyfills/zipball/134921bfca9b02d8f374c48381451da1d98402f9/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/composer/pcre/zipball/b2bed4734f0cc156ee1fe9c0da2550420d99a21e/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/composer/semver/zipball/198166618906cb2de69b95d7d47e5fa8aa1b2b95/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/composer/xdebug-handler/zipball/6c1925561632e83d60a44492e0b344cf48ab85ef/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install git ndor/bin/git --git-dir git old-package-commscaffold /usr/lib/git-corpackage old-�� d-package.featur--skip-tests --revs n/git --thin --delta-base-offbranch -q uniq(http block)https://api.github.com/repos/myclabs/DeepCopy/zipball/07d290f0c47959fd5eed98c95ee5602db07e0b6a/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install git ndor/bin/git --git-dir git old-package-commscaffold /usr/lib/git-corpackage old-�� d-package.featur--skip-tests --revs n/git --thin --delta-base-offbranch -q uniq(http block)https://api.github.com/repos/nikic/PHP-Parser/zipball/dca41cd15c2ac9d055ad70dbfd011130757d1f82/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install git ndor/bin/git --git-dir git old-package-commscaffold /usr/lib/git-corpackage old-�� d-package.featur--skip-tests --revs n/git --thin --delta-base-offbranch -q uniq(http block)https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install git ndor/bin/git --git-dir git old-package-commscaffold /usr/lib/git-corpackage old-�� d-package.featur--skip-tests --revs n/git --thin --delta-base-offbranch -q uniq(http block)https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/php-parallel-lint/PHP-Console-Color/zipball/7adfefd530aa2d7570ba87100a99e2483a543b88/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/php-parallel-lint/PHP-Console-Highlighter/zipball/5b4803384d3303cf8e84141039ef56c8a123138d/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/php-parallel-lint/PHP-Parallel-Lint/zipball/6db563514f27e19595a19f45a4bf757b6401194e/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/php-stubs/wordpress-stubs/zipball/5171cb6650e6c583a96943fd6ea0dfa3e1089a8a/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/phpstan/extension-installer/zipball/85e90b3942d06b2326fba0403ec24fe912372936/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/f94d246cc143ec5a23da868f8f7e1393b50eaa82/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/72a6721c9b64b3e4c9db55abbc38f790b318267e/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/b564ca479e7e735f750aaac4935af965572a7845/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/phpstan/phpstan/zipball/2770dcdf5078d0b0d53f94317e06affe88419aa8/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/90f41072d220e5c40df6e8635f5dafba2d9d4d04/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/sebastianbergmann/comparator/zipball/6a7de5df2e094f9a80b40a522391a7e6022df5f6/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/sebastianbergmann/complexity/zipball/bad4316aba5303d0221f43f8cee37eb58d384bbb/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/sebastianbergmann/diff/zipball/7ab1ea946c012266ca32390913653d844ecd085f/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/sebastianbergmann/environment/zipball/24a711b5c916efc6d6e62aa65aa2ec98fef77f68/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/sebastianbergmann/exporter/zipball/016951ae10980765e4e7aee491eb288c64e505b7/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/sebastianbergmann/global-state/zipball/ef1377171613d09edd25b7816f05be8313f9115d/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/97ffee3bcfb5805568d6af7f0f893678fc076d2f/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1effe8e9b8e068e9ae228e542d5d11b5d16db894/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/4bfa827c969c98be1e527abd576533293c634f6a/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/4a9739b51cbcb355f6e95659612f92e282a7077b/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/961bc913d42fe24a257bfff826a5068079ac7782/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/12b54e689b07a25a9b41e57736dfab6ec9ae5406/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/e1367a453f0eda562eedb4f659e13aa900d66c53/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/sebastianbergmann/php-timer/zipball/f258ce36aa457f3aa3339f9ed4c81fc66dc8c2cc/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/sebastianbergmann/phpunit/zipball/37ddb96c14bfee10304825edbb7e66d341ec6889/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/0b01998a7d5b1f122911a66bebcb8d46f0c82d8c/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/sebastianbergmann/type/zipball/e549163b9760b8f71f191651d22acf32d56d6d4d/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/sebastianbergmann/version/zipball/3e6ccf7657d4f0a59200564b08cead899313b53c/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/staabm/side-effects-detector/zipball/d8334211a140ce329c13726d4a715adbddd0a163/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/swissspidy/phpstan-no-private/zipball/f7a1890e350c8d8bf26370426a971d7490ae4245/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/symfony/config/zipball/4275b53b8ab0cf37f48bf273dc2285c8178efdfb/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/symfony/console/zipball/41e38717ac1dd7a46b6bda7d6a82af2d98a78894/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/symfony/dependency-injection/zipball/76a02cddca45a5254479ad68f9fa274ead0a7ef2/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/59eb412e93815df44f05f342958efa9f46b1e586/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/symfony/event-dispatcher/zipball/dc2c0eba1af673e736bb851d747d266108aea746/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/symfony/filesystem/zipball/d937d400b980523dc9ee946bb69972b5e619058d/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/symfony/finder/zipball/8bd576e97c67d45941365bf824e18dc8538e6eb0/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/380872130d3a5dd3ace2f4010d95125fde5d5c70/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/symfony/polyfill-php73/zipball/0f68c03565dcaaf25a890667542e8bd75fe7e5bb/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/symfony/service-contracts/zipball/45112560a3ba2d715666a509a0bc9521d10b6c43/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/symfony/string/zipball/758b372d6882506821ed666032e43020c4f57194/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/symfony/translation-contracts/zipball/65a8bc82080447fae78373aa10f8d13b38338977/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/symfony/translation/zipball/bfde13711f53f549e73b06d27b35a55207528877/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/symfony/var-exporter/zipball/7345f46c251f2eb27c7b3ebdb5bb076b3ffcae04/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/symfony/yaml/zipball/24dd4de28d2e3988b311751ac49e684d783e2345/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/szepeviktor/phpstan-wordpress/zipball/7f8cfe992faa96b6a33bbd75c7bace98864161e7/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/theseer/tokenizer/zipball/7989e43bf381af0eac72e4f0ca5bcbfa81658be4/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/wp-cli/config-command/zipball/a17b0459c3564903ee2b7cd05df2ee372a13ae82/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/wp-cli/core-command/zipball/89449979e86bd320d7a18587bb91ad3b531ba4c9/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/wp-cli/eval-command/zipball/2fb2a9d40861741eafaa1df86ed0dbd62de6e5ca/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/wp-cli/mustache.php/zipball/ca23b97ac35fbe01c160549eb634396183d04a59/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/wp-cli/php-cli-tools/zipball/5cc6ef2e93cfcd939813eb420ae23bc116d9be2a/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/wp-cli/spyc/zipball/6aa0b4da69ce9e9a2c8402dab8d43cf32c581cc7/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/wp-cli/wp-cli-tests/zipball/8e20b2747f50f17cab25b6bd4b24689ecc97d344/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/wp-cli/wp-cli/zipball/03d30d4138d12b4bffd8b507b82e56e129e0523f/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)https://api.github.com/repos/wp-cli/wp-config-transformer/zipball/b0fda07aac51317404f5e56dc8953ea899bc7bce/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/foo/ install(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=custom-directory/ install -- lity.git hub.com-PHPCompash git c4cbed74^{commitscaffold git and/�� --git-dir -Highlighter.git cal/bin/git --git-dir stty ndor/bin/git uname(http block)/usr/bin/php php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/bin/composer -q -n --working-dir=/tmp/wp-cli-home/.wp-cli/packages//local/wp-cli/with-tests/ install git /usr/local/.ghcup/bin/git github.accesstokhg git } git and/�� --quiet --verify k/scaffold-package-command/scaffold-package-command/vendor/bin/git tnet/tools/sh git 4479ad68f9fa274e--no-commit-header git(http block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.