
Security News
pnpm 10.12 Introduces Global Virtual Store and Expanded Version Catalogs
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.
azure-blob-container-download
Advanced tools
Download blobs from an Azure container.
A simple, cross-platform tool to bulk-download blobs from an Azure storage container.
Though limited in scope, it does some things official tools don't:
npm install --global azure-blob-container-download
Usage: abcd [options]
Options:
--account Storage account (or set AZURE_STORAGE_ACCOUNT) [string]
--key Storage access key (or set AZURE_STORAGE_ACCESS_KEY) [string]
--containerPattern Regular expression filter for container names [string]
--blobPattern Regular expression filter for blob names [string]
--startDate Starting date for blobs [string]
--endDate Ending date for blobs [string]
--snapshots True to include blob snapshots [boolean]
--version Show version number [boolean]
--help Show help [boolean]
Download blobs from an Azure container.
https://github.com/DavidAnson/azure-blob-container-download
Get help:
azure-blob-container-download --help
Or get help using the short name:
abcd --help
Download all blobs in a storage account:
abcd --account ACCOUNT --key KEY
Or set environment variables AZURE_STORAGE_ACCOUNT
and AZURE_STORAGE_ACCESS_KEY
first:
abcd
Include blob snapshots:
abcd --snapshots
Filter by last modified date of each blob:
abcd --startDate 2016-02-13 --endDate 2016-08-04
Filter by container name and/or blob name using regular expressions:
abcd --containerPattern container --blobPattern "blobs?"
Note: Some regular expression characters require escaping on the command line.
The output from azure-blob-container-download
shows when this happens.
For example (Windows):
C:\>abcd --containerPattern ^text
Downloading blobs in account from [beginning of time] to [end of time].
Listing containers in account matching /text/...
The leading ^
character of the --containerPattern
has been lost by the shell.
It can be recovered by quoting the parameter:
C:\>abcd --containerPattern "^text"
Downloading blobs in account from [beginning of time] to [end of time].
Listing containers in account matching /^text/...
FAQs
Download blobs from an Azure container.
The npm package azure-blob-container-download receives a total of 2 weekly downloads. As such, azure-blob-container-download popularity was classified as not popular.
We found that azure-blob-container-download demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.
Security News
Amaro 1.0 lays the groundwork for stable TypeScript support in Node.js, bringing official .ts loading closer to reality.
Research
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.