This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
set -euf -o pipefail | |
#### INSTRUCTIONS ######## | |
# Before running this script: | |
# 1. Install the new Algolia CLI: https://www.algolia.com/doc/tools/cli/get-started/overview/ | |
# 2. Install jq: https://stedolan.github.io/jq/download/ | |
# 2. Add your application with `algolia profile add` and follow the prompts | |
# 3. Run `algolia profile list` and copy the name of the application you want to backup | |
# 4. Create an empty directory for this script and the files it will create |
OlderNewer