[WIP] Separate commands implementation from specific CLI args parser. #2931
Annotations
10 errors
Run check-types:
src/commands/app.ts#L31
The return type of an async function or method must be the global Promise<T> type. Did you mean to write 'Promise<void>'?
|
Run check-types:
src/commands/app.ts#L35
Argument of type 'unknown' is not assignable to parameter of type 'string | number'.
|
Run check-types:
src/commands/app.ts#L67
'clonedResponse.environments' is possibly 'null' or 'undefined'.
|
Run check-types:
src/commands/app.ts#L70
Argument of type 'Maybe<AppEnvironment>' is not assignable to parameter of type 'string'.
|
Run check-types:
src/commands/app.ts#L73
'clonedEnv.currentCommit' is possibly 'null' or 'undefined'.
|
Run check-types:
src/commands/app.ts#L76
Type 'string' is not assignable to type 'Domain'.
|
Run check-types:
src/commands/app.ts#L76
'clonedEnv.primaryDomain' is possibly 'null' or 'undefined'.
|
Run check-types:
src/commands/app.ts#L81
Type '{ header: ({ key: string; value: Maybe<number> | undefined; } | { key: string; value: Maybe<string> | undefined; })[]; data: Maybe<AppEnvironment>[]; }' is not assignable to type 'void'.
|
Run check-types:
src/lib/base-command.ts#L83
Parameter 'argv' implicitly has an 'any' type.
|
Run check-types:
src/lib/base-command.ts#L83
Parameter 'params' implicitly has an 'any' type.
|
The logs for this run have expired and are no longer available.
Loading