This repository contains a command-line interface for internal and external services used in Sneaks & Data.
To be able to retrieve the installation script and the cli binary you need to have Azure CLI installed. Instructions on how to install it can be found here https://learn.microsoft.com/en-us/cli/azure/install-azure-cli.
az login
az storage blob download --blob-url https://esddatalakeproduction.blob.core.windows.net/dist/snd-cli-go/install.sh --auth-mode login --file "install.sh"
chmod +x install.sh
./install.sh
sh ./install.sh
TBD
See commands documentation here.