Closed line-o closed 1 year ago
New command rm (remove, delete, del) allows to remove one or more collections and resources from an eXist-db instance.
rm
remove
delete
del
Special paths, like /db and /db/system are protected and cannot be deleted as they render the entire database unusable.
/db
/db/system
Examples:
Remove two resources
xst rm /db/temp/a.xml /db/temp/b.xml
Remove an entire collection
xst rm -rf /db/apps/my-app
closes #9
New command
rm
(remove
,delete
,del
) allows to remove one or more collections and resources from an eXist-db instance.Special paths, like
/db
and/db/system
are protected and cannot be deleted as they render the entire database unusable.Examples:
Remove two resources
Remove an entire collection
closes #9