algolia-cli-old
algolia-cli-old copied to clipboard
[DEPRECATED] This repo and npm package are no longer maintained or supported. The new official command line tool can be found here: https://github.com/algolia/cli
Running DeleteIndicesPattern (https://github.com/algolia/algolia-cli/blob/develop/commands/DeleteIndicesPattern.js) with the dry run flag set results in a response of: ``` [DRY RUN] 0 indices deleted``` When run in a Windows terminal. The command works fine...
The interactive shell fails if there is a space in the source filepath. `(node:69153) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, lstat '/Users/tobiweinstock/Desktop/hager_de.json '` Suggested solution would be to...