File tree Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Original file line number Diff line number Diff line change @@ -129,23 +129,4 @@ It does NOT attempt to update the concordance as it may conflict with reporting
129
129
130
130
## Other Actions
131
131
132
- ### Delete Holdings
133
-
134
- ` bin/holdings_deleter.rb ` can delete a set of holdings which matches the given criteria.
135
- Critera are given on the commandline as key-value pairs, where the key corresponds to a field on ` Clusterable::Holding ` .
136
-
137
- It is invoked as:
138
- ` bundle exec ruby bin/holdings_deleter.rb --key_1 val_1 ... --key_n val_n `
139
-
140
- Internally the criteria are joined with an ` AND ` -operator, so:
141
-
142
- ` bundle exec ruby bin/holdings_deleter.rb --organization starfleet --status WD `
143
-
144
- ... would delete all holdings held by starfleet AND with status WD, nothing else.
145
-
146
- Additional non-field control switches are:
147
-
148
- * ` --noop ` if you don't actually want to execute the deletes
149
- * ` --verbose ` for extra logging
150
- * ` --leave_empties ` if you don't want to delete empty clusters that may result from deleting holdings.
151
- * ` --help ` for the full set of options available.
132
+ ...
You can’t perform that action at this time.
0 commit comments