1App::Pinto::Command::deUlseetre(C3o)ntributed Perl DocumAepnpt:a:tPiionnto::Command::delete(3)
2
3
4
6 App::Pinto::Command::delete - permanently remove an archive
7
9 version 0.14
10
12 pinto --root=REPOSITORY_ROOT delete [OPTIONS] TARGET ...
13
15 !! THIS COMMAND IS EXPERIMENTAL !!
16
17 IMPORTANT: This command is dangerous. If you just want to remove
18 packages or distributions from a stack, then you should probably be
19 looking at the unregister command instead.
20
21 This command permanently removes an archive from the repository,
22 thereby unregistering it from all stacks and wiping it from all history
23 (as if it had never been put in the repository). Beware that once an
24 archive is deleted it cannot be recovered. There will be no record
25 that the archive was ever added or deleted, and this change cannot be
26 undone.
27
28 To merely remove packages from a stack (while preserving the archive),
29 use the unregister command.
30
32 Arguments are the targets that you want to delete. Targets are
33 specified as "AUTHOR/FILENAME". For example:
34
35 SHAKESPEARE/King-Lear-1.2.tar.gz
36
37 You can also pipe arguments to this command over STDIN. In that case,
38 blank lines and lines that look like comments (i.e. starting with "#"
39 or ';') will be ignored.
40
42 --force
43 Deletes the archive even if its packages are pinned to a stack.
44 Take care when deleting pinned packages, as it usually means that
45 particular package is important to someone.
46
48 Jeffrey Ryan Thalhammer <jeff@stratopan.com>
49
51 This software is copyright (c) 2015 by Jeffrey Ryan Thalhammer.
52
53 This is free software; you can redistribute it and/or modify it under
54 the same terms as the Perl 5 programming language system itself.
55
56
57
58perl v5.30.0 2019-07-26 App::Pinto::Command::delete(3)