algolia / cli

🔍 Algolia’s official CLI devtool
https://www.algolia.com/doc/tools/cli
MIT License
102 stars 26 forks source link

[DEX-310] feat: dictionary entries clear #85

Closed clemfromspace closed 1 year ago

clemfromspace commented 1 year ago

This PR add a new command, allowing the user to clear dictionaries entries:

Usage:
  algolia dictionary entries clear {<dictionnary>... | --all} [--confirm] [flags]

Examples:
  # Delete all entries from the "stopword" dictionnary
  $ algolia dictionary entries clear stopword

  # Delete all entries from the "stopword" and "plural" dictionnaries
  $ algolia dictionary entries clear stopword plural

  # Delete all entries from all dictionnaries
  $ algolia dictionary entries clear --all