We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a485012 + ac81bb8 commit d6b6873Copy full SHA for d6b6873
src/commands/package/version/retrieve.ts
@@ -37,7 +37,6 @@ export type FileDownloadEntry = {
37
export type PackageVersionRetrieveCommandResult = FileDownloadEntry[];
38
39
export class PackageVersionRetrieveCommand extends SfCommand<PackageVersionRetrieveCommandResult> {
40
- public static readonly hidden = true;
41
public static readonly summary = messages.getMessage('summary');
42
public static readonly description = messages.getMessage('description');
43
public static readonly examples = messages.getMessages('examples');
0 commit comments