feat(cli): Add import sub commmand for project. #111
Annotations
6 errors and 1 warning
Validate CLI
cli#lint: command (/home/runner/work/keyshade/keyshade/apps/cli) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint exited (1)
|
Validate CLI:
apps/cli/src/commands/project/import.project.ts#L72
Invalid operand for a '+' operation. Operands must each be a number or string, allowing a string + any of: `any`, `boolean`, `null`, `RegExp`, `undefined`. Got `unknown`
|
Validate CLI:
apps/cli/src/commands/project/import.project.ts#L72
'value' will evaluate to '[object Object]' when stringified
|
Validate CLI:
apps/cli/src/commands/project/import.project.ts#L78
Invalid operand for a '+' operation. Operands must each be a number or string, allowing a string + any of: `any`, `boolean`, `null`, `RegExp`, `undefined`. Got `unknown`
|
Validate CLI:
apps/cli/src/commands/project/import.project.ts#L78
'value' will evaluate to '[object Object]' when stringified
|
Validate CLI
Process completed with exit code 1.
|
Validate CLI
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|