UNPKG

@salesforce/plugin-packaging

Version:

SF plugin that support Salesforce Packaging Platform

86 lines (43 loc) 1.73 kB
# summary List package version creation requests. # description Shows the details of each request to create a package version in the Dev Hub org. All filter parameters are applied using the AND logical operator (not OR). To get information about a specific request, run "<%= config.bin %> package version create report" and supply the request ID. # flags.status.summary Status of the version creation request, used to filter the list. # flags.show-conversions-only.summary Filter the list output to display only converted package version. # flags.verbose.summary Displays additional information at a slight performance cost, such as the version name and number for each package version create request. # examples - List all package version creation requests in your default Dev Hub org: <%= config.bin %> <%= command.id %> - List package version creation requests from the last 3 days in the Dev Hub org with username devhub@example.com: <%= config.bin %> <%= command.id %> --created-last-days 3 --target-dev-hub - List package version creation requests with status Error: <%= config.bin %> <%= command.id %> --status Error - List package version creation requests with status InProgress: <%= config.bin %> <%= command.id %> --status InProgress - List package version creation requests with status Success that were created today: <%= config.bin %> <%= command.id %> --created-last-days 0 --status Success # id ID # status Status # package-id Package Id # packageVersionId Package Version Id # subscriberPackageVersionId Subscriber Package Version Id # branch Branch # tag Tag # installUrl Installation URL # createdBy Created By # convertedFromVersionId Converted From Version Id