Skip to content

bradfordwagner/go-azure-blob-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Azure Blob CLI

  • lightweight cli to interface with azure blob storage

Required Environment Variables

export AZURE_STORAGE_ACCOUNT_NAME= # storage account name 
export AZURE_STORAGE_ACCOUNT_KEY=  # storage account access key

Commands

abc container create
abc container delete
abc container list
abc blob delete
abc blob download # download everything under a path
abc blob list   # -l -c
abc blob upload # -f -c -t - used for single file uploads

Install Completions

abc completion zsh > /usr/local/share/zsh/site-functions/_abc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages