Skip to content

Commit 91cebec

Browse files
KSCCOmdonnalley
andauthored
feat: @W-17369132 keep retrieve command hidden (#996)
* feat: @W-17369132 keep retrieve command hidden * chore: restore yarn.lock --------- Co-authored-by: Mike Donnalley <mdonnalley@salesforce.com>
1 parent d252035 commit 91cebec

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/commands/package/version/retrieve.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export type FileDownloadEntry = {
2828
export type PackageVersionRetrieveCommandResult = FileDownloadEntry[];
2929

3030
export class PackageVersionRetrieveCommand extends SfCommand<PackageVersionRetrieveCommandResult> {
31+
public static readonly hidden = true;
3132
public static readonly summary = messages.getMessage('summary');
3233
public static readonly description = messages.getMessage('description');
3334
public static readonly examples = messages.getMessages('examples');

0 commit comments

Comments
 (0)