feat: add sentry token subcommands (create, list, delete)
#5088
Annotations
4 errors and 1 warning
|
Unit Tests
Process completed with exit code 1.
|
|
Unit Tests:
test/lib/completions.property.test.ts#L469
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ test/lib/completions.property.test.ts:469:33
|
|
Unit Tests:
test/lib/completions.property.test.ts#L263
AssertionError: expected [] to deeply equal [ 'create' ]
- Expected
+ Received
- [
- "create",
- ]
+ []
❯ test/lib/completions.property.test.ts:263:22
|
|
Unit Tests:
test/lib/completions.property.test.ts#L213
AssertionError: expected [ '--', '--fields', '--json', …(4) ] to deeply equal [ 'create', 'delete', 'list' ]
- Expected
+ Received
[
- "create",
- "delete",
- "list",
+ "--",
+ "--fields",
+ "--json",
+ "--log-level",
+ "--org",
+ "--project",
+ "--verbose",
]
❯ test/lib/completions.property.test.ts:213:22
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
background
wait
wait-all
cancel
parallel
Loading