Skip to content

A CLI tool to cat microsoft azure blob storage

Notifications You must be signed in to change notification settings

ericsk/azurecat

Repository files navigation

azurecat

azurecat is a CLI tool to cat the microsoft azure blob storage.

Requirement

Java 6 or higher

How to use

  1. First, you must prepare your Connection String for your storage account. The format is

    DefaultEndpointsProtocol=[http|https];AccountName=myAccountName;AccountKey=myAccountKey
  2. Download from release.

  3. 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.

About

A CLI tool to cat microsoft azure blob storage

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages