Skip to main content

Simplify dealing with Azure Blob Storages.

Project description

azcmd

A simplified azure command line tool for humans. Uses Managed Identity as default for login. (You must set the default tenant if you have multiple tenants in your account.)

Storage and Containers

Listing Storage Accounts

  • az-blob ls - lists all storage accounts
  • az-blob ls <storage_account> - lists all containers in a storage account and all blobs in a container
  • az-blob ls <storage_account>/ - lists all blobs in a container

Downloading and Uploading Blobs

Get

  • az-blob get storage_account/container/blob - downloads a blob to the current directory. If the blob has subdirectories, they will be created.
  • az-blob get --latest storage_account/container/blob - downloads the latest version of a blob to the current directory.

Put

  • az-blob put filename storage_account/container/blob - uploads a file to a blob. If the blob has subdirectories, they will be created.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

azcmd-0.1.1.tar.gz (7.0 kB view hashes)

Uploaded Source

Built Distribution

azcmd-0.1.1-py3-none-any.whl (8.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page