This repository was archived by the owner on Apr 13, 2026. It is now read-only.
feat(DEVX-6530): Remove node:logs:build:list command#22
Merged
Conversation
The node:logs:build:list command has been migrated to the terminus-repository-plugin as node:builds:list. This commit removes the old implementation and cleans up unused dependencies. Removed files: - src/Commands/NodeLogsBuildListCommand.php - Migrated to terminus-repository-plugin - src/Build/BuildAwareInterface.php - No longer needed - src/Build/BuildAwareTrait.php - No longer needed - src/Collections/Builds.php - No longer needed - src/Models/Build.php - No longer needed Updated files: - src/Commands/NodeLogsBaseCommand.php - Removed unused BuildAwareTrait - src/Commands/NodeLogsBuildGetCommand.php - Removed unused BuildAwareTrait import - src/Commands/NodeLogsRuntimeGetCommand.php - Removed unused BuildAwareTrait import The command is now available in terminus-repository-plugin as: - terminus node:builds:list (new canonical name) - terminus nlbl (backwards compatible alias) - terminus node:logs:build:list (backwards compatible alias) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
greg-1-anderson
approved these changes
Feb 10, 2026
jazzsequence
added a commit
to jazzsequence/jazz-nextjs
that referenced
this pull request
Feb 27, 2026
Version 0.1.4 removed the node:builds:list command (DEVX-6530). Pinning to 0.1.3 which still has the command we need. Local: 0.1.3 (works) GitHub Actions was installing: 0.1.4 (command removed, fails) Reference: pantheon-deprecated/terminus-node-logs-plugin#22 Co-Authored-By: Claude <claude@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR removes the
node:logs:build:listcommand from terminus-node-logs-plugin as it has been migrated to the terminus-repository-plugin.Changes
The command has been relocated to
terminus-repository-pluginasnode:builds:listwith backwards compatible aliases.Files Removed
src/Commands/NodeLogsBuildListCommand.php- Migrated to terminus-repository-pluginsrc/Build/BuildAwareInterface.php- No longer neededsrc/Build/BuildAwareTrait.php- No longer neededsrc/Collections/Builds.php- No longer neededsrc/Models/Build.php- No longer neededFiles Updated
src/Commands/NodeLogsBaseCommand.php- Removed unused BuildAwareTraitsrc/Commands/NodeLogsBuildGetCommand.php- Removed unused BuildAwareTrait importsrc/Commands/NodeLogsRuntimeGetCommand.php- Removed unused BuildAwareTrait importMigration Details
The command is now available in terminus-repository-plugin as:
terminus node:builds:list(new canonical name)terminus nlbl(backwards compatible alias)terminus node:logs:build:list(backwards compatible alias)Related PR: pantheon-deprecated/terminus-repository-plugin#112
Test plan
terminus node:logs:build:listis no longer available in this pluginterminus node:logs:build:get site.env build-idterminus node:logs:runtime:get site.env🤖 Generated with Claude Code