- lightweight cli to interface with azure blob storage
export AZURE_STORAGE_ACCOUNT_NAME= # storage account name
export AZURE_STORAGE_ACCOUNT_KEY= # storage account access key
abc container create
abc container delete
abc container list
abc blob delete
abc blob download # download everything under a path
abc blob list # -l -c
abc blob upload # -f -c -t - used for single file uploads
abc completion zsh > /usr/local/share/zsh/site-functions/_abc