Skip to content

Better Teleport CLI support #7552

Better Teleport CLI support

Better Teleport CLI support #7552

Triggered via pull request November 30, 2023 21:52
Status Failure
Total duration 1m 31s
Artifacts

typecheck.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
typecheck: src/tctl.ts#L174
Type 'string' is not assignable to type 'string[] | ExecuteCommandInput | Function<string[], string[]> | Function<string[], ExecuteCommandInput>'.
typecheck: src/tctl.ts#L182
Type 'string' is not assignable to type 'string[] | ExecuteCommandInput | Function<string[], string[]> | Function<string[], ExecuteCommandInput>'.
typecheck: src/tctl.ts#L286
Type 'string' is not assignable to type 'string[] | ExecuteCommandInput | Function<string[], string[]> | Function<string[], ExecuteCommandInput>'.
typecheck: src/tctl.ts#L299
Type 'string' is not assignable to type 'string[] | ExecuteCommandInput | Function<string[], string[]> | Function<string[], ExecuteCommandInput>'.
typecheck: src/tctl.ts#L312
Type 'string' is not assignable to type 'string[] | ExecuteCommandInput | Function<string[], string[]> | Function<string[], ExecuteCommandInput>'.
typecheck: src/tctl.ts#L369
Argument of type 'string' is not assignable to parameter of type 'ExecuteCommandInput'.
typecheck: src/tctl.ts#L372
Argument of type 'ExecuteCommandOutput' is not assignable to parameter of type 'string'.
typecheck: src/tctl.ts#L377
Argument of type 'string' is not assignable to parameter of type 'ExecuteCommandInput'.
typecheck: src/tctl.ts#L378
Argument of type 'ExecuteCommandOutput' is not assignable to parameter of type 'string'.
typecheck: src/tctl.ts#L724
Type 'string' is not assignable to type 'string[] | ExecuteCommandInput | Function<string[], string[]> | Function<string[], ExecuteCommandInput>'.