Skip to content

Commit 5d060af

Browse files
authoredFeb 27, 2024
docs: show backup command in help (#5865)
1 parent e391184 commit 5d060af

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎packages/sanity/src/_internal/cli/commands/backup/backupGroup.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ export const defaultApiVersion = 'v2024-02-21'
66
const datasetBackupGroup: CliCommandGroupDefinition = {
77
name: 'backup',
88
signature: '[COMMAND]',
9-
description: 'Manage dataset backups.',
9+
description: 'Manage backups.',
1010
isGroupRoot: true,
11-
hideFromHelp: true,
1211
}
1312

1413
export default datasetBackupGroup

0 commit comments

Comments
 (0)
Please sign in to comment.