Add commands for exporting and importing app/fleet releases. #2282
Annotations
3 errors and 10 warnings
tests/commands/push.spec.ts#L466
Expected an assignment or function call and instead saw an expression
|
tests/commands/push.spec.ts#L509
Expected an assignment or function call and instead saw an expression
|
|
automation/build-bin.ts#L1
This rule requires the `strictNullChecks` compiler option to be turned on to function correctly
|
automation/capitanodoc/capitanodoc.ts#L157
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
automation/capitanodoc/markdown.ts#L1
This rule requires the `strictNullChecks` compiler option to be turned on to function correctly
|
automation/deploy-bin.ts#L1
This rule requires the `strictNullChecks` compiler option to be turned on to function correctly
|
automation/run.ts#L45
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
automation/update-module.ts#L1
This rule requires the `strictNullChecks` compiler option to be turned on to function correctly
|
automation/update-module.ts#L29
Async arrow function 'run' has no 'await' expression
|
automation/utils.ts#L131
Expected the Promise rejection reason to be an Error
|
automation/utils.ts#L137
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
src/auth/utils.ts#L53
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
The logs for this run have expired and are no longer available.
Loading