Skip to content

Azure Blob CLI is a tool that makes managing Azure Blobs and Containers on the fly easy.

License

Notifications You must be signed in to change notification settings

emugabi/azure-blob-cli

Repository files navigation

Azure Blob CLI is a tool that makes managing Azure Blobs and Containers on the fly easy. It is an unofficial and prunned version of azure-cli built ontop of Laravel Zero.

To learn more about laravel zero, visit link.


Screenshots

Getting Started

To make this a cinch, add your Azure Account Name and Storage Key as AZURE_STORAGE_NAME and AZURE_STORAGE_KEY values in the .env.sample file. Then rename .env.sample to .env.

Command Syntax

php azure-blob-cli {command}

Features

  • List Containers
    php azure-blob-cli containers
    
  • Create Container
    php azure-blob-cli create-container {container-name}
    
  • Delete Container
    php azure-blob-cli delete-container {container-name}
    
  • Download Blobs
    php azure-blob-cli explore {container-name}
    

License

Azure Blob Cli is an open-source software licensed under the MIT license.

About

Azure Blob CLI is a tool that makes managing Azure Blobs and Containers on the fly easy.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages