logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Catmandu::Cmd::delete - delete items from a store

Contents

Examples

         catmandu delete <STORE> <OPTIONS>

         # delete items with matching _id
         catmandu delete ElasticSearch --index-name items --bag book \
                                       --id 1234 --id 2345

         # delete items matching the query
         catmandu delete ElasticSearch --index-name items --bag book \
                                       --query 'title:"My Rabbit"'

         # delete all items
         catmandu delete ElasticSearch --index-name items --bag book

         catmandu help store ElasticSearch

perl v5.40.0                                       2025-01-17                         Catmandu::Cmd::delete(3pm)

Name

       Catmandu::Cmd::delete - delete items from a store

See Also