Skip to content

Commit

Permalink
fix: add project id as an alias - to not introduce breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
orubin committed Jan 7, 2025
1 parent 2138827 commit b75119d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/UploadArchive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit b75119d

Please sign in to comment.