azurecat is a CLI tool to cat the microsoft azure blob storage.
Java 6 or higher
-
First, you must prepare your Connection String for your storage account. The format is
DefaultEndpointsProtocol=[http|https];AccountName=myAccountName;AccountKey=myAccountKey
-
Download from release.
-
Run the command,
azurecat -c <connection-string> http://<account-name>.blob.core.windows.net/<container-name>/<blob-path>
or just issue
azurecat http://<account-name>.blob.core.windows.net/<container-name>/<blob-path>
while the connection strings are stored in
~/.azure/storagekeys
line by line.