Skip to content

Commit aa85e7a

Browse files
isoossigurdm
andauthored
Update app/lib/admin/actions/package_delete.dart
Co-authored-by: Sigurd Meldgaard <[email protected]>
1 parent 415267d commit aa85e7a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

app/lib/admin/actions/package_delete.dart

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@ final packageDelete = AdminAction(
1111
name: 'package-delete',
1212
summary: 'Set the admin-deleted flag on a package (making it not visible).',
1313
description: '''
14-
Set the admin-deleted flag on a package (updating the flag and the timestamp). After 2 months it will be fully deleted.
14+
Set the admin-deleted flag on a package (updating the flag and the timestamp).
15+
16+
A package in this state will appear deleted from the public. But its archive file will still exist in the canonical bucket, and the metadata will still be present.
17+
18+
After 2 months it will be fully purged.
19+
20+
To undo a deletion <insert action here>
1521
''',
1622
options: {
1723
'package': 'The package name to be deleted',

0 commit comments

Comments
 (0)