From b75119d4fe033722a6ce6f387e11f73eb9d76baa Mon Sep 17 00:00:00 2001 From: Or Rubin Date: Tue, 7 Jan 2025 18:21:52 +0200 Subject: [PATCH] fix: add project id as an alias - to not introduce breaking changes --- src/Commands/UploadArchive.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/UploadArchive.ts b/src/Commands/UploadArchive.ts index 788ee468..94f481e4 100644 --- a/src/Commands/UploadArchive.ts +++ b/src/Commands/UploadArchive.ts @@ -39,7 +39,7 @@ export class UploadArchive implements CommandModule { 'Indicates if archive should be remove or not after scan running. Enabled by default.' }) .option('project', { - alias: 'p', + alias: ['p', 'projectId'], describe: 'ID of the project for uploading file (Optional for transition period, will be mandatory in future)' + 'In case project-level API key project ID determined from that API key'