feat(compute): compute logs <id> — container stdout/stderr from the CLI
#549
Annotations
3 errors and 2 warnings
|
Lint & Build
At least one of 'to', 'cc' or 'bcc' must be specified
|
|
Lint & Build
Process completed with exit code 1.
|
|
Lint & Build:
src/commands/compute/logs.ts#L93
'result' is never reassigned. Use 'const' instead
|
|
Lint & Build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, dawidd6/action-send-mail@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Lint & Build:
src/commands/compute/logs.test.ts#L19
'formatLogLine' is defined but never used. Allowed unused vars must match /^_/u
|