We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d252035 commit 91cebecCopy full SHA for 91cebec
1 file changed
src/commands/package/version/retrieve.ts
@@ -28,6 +28,7 @@ export type FileDownloadEntry = {
28
export type PackageVersionRetrieveCommandResult = FileDownloadEntry[];
29
30
export class PackageVersionRetrieveCommand extends SfCommand<PackageVersionRetrieveCommandResult> {
31
+ public static readonly hidden = true;
32
public static readonly summary = messages.getMessage('summary');
33
public static readonly description = messages.getMessage('description');
34
public static readonly examples = messages.getMessages('examples');
0 commit comments