pantheon-systems / terminus-node-logs-plugin
Terminus plugin for viewing nodejs logs
Installs: 213
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 5
Forks: 0
Open Issues: 4
Type:terminus-plugin
pkg:composer/pantheon-systems/terminus-node-logs-plugin
Requires (Dev)
- mockery/mockery: ^1.6
- pantheon-systems/terminus: ^3.2
- phpunit/phpunit: ^9
- squizlabs/php_codesniffer: ^3.6
- symfony/yaml: ^5
- dev-main
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1.0
- dev-fix/composer-audit-block-insecure
- dev-devx-6474
- dev-dependabot/composer/composer-73a4f1667a
- dev-Fixing-broken-link-on-readme
- dev-empty-build-logs
- dev-DEVX-runtime-logs
- dev-DEVX-runtime-filter
- dev-suppress-php-compat-warning
- dev-runtime-fix
- dev-DEVX-5214
- dev-DEVX-5212
- dev-DEVX-4433
- dev-env-requireed
- dev-DEVX-4779
- dev-DEVX-4440
This package is not auto-updated.
Last update: 2026-02-06 20:33:22 UTC
README
A plugin to access builds and runtime logs for Node.js sites on Pantheon. Though this plugin is written generically to report logs from build steps and containers running Node.js-based sites, Next.js is the only framework that Pantheon officially supports.
Configuration
These commands require no configuration
Usage
terminus node:logs:build:list [<site>.<env>]terminus node:logs:build:get <site>.<env> <build_id> [<destination>]terminus node:logs:runtime:get <site>.<env>
Installation
To install this plugin using Terminus 4:
terminus self:plugin:install terminus-node-logs-plugin
Build statuses
Builds may have the following statuses. Please note that a build is actually a two steps process: "Build" and "Deploy" as described in the following statuses table:
| Status | Description |
|---|---|
| BUILD_QUEUED | A build process has been queued. |
| BUILD_WORKING | A build process is currently in progress. |
| BUILD_FAILURE | A build process has failed. See logs for details. |
| BUILD_SUCCESS | A build process has succeeded. This status should not be that common as it should be almost immediately replaced by a DEPLOYMENT_* status. |
| DEPLOYMENT_QUEUED | A deployment process has been queued. |
| DEPLOYMENT_WORKING | A deployment process is currently in progress. |
| DEPLOYMENT_FAILURE | A deployment process has failed. |
| DEPLOYMENT_SUCCESS | A deployment process has succeeded. |
Help
Run terminus help node:logs:build:list for help.