Skip to content

nnashiki/azblob-regex-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

azblob-regex-cli

download

  • run
    • poetry run azblobregex --st_connect_str ${st_connect_str} --blob_container ${blob_container} --filter_pattern ".*" download
  • dry run
    • poetry run azblobregex --dry --st_connect_str ${st_connect_str} --blob_container ${blob_container} --filter_pattern ".*" download

delete

  • run
    • poetry run azblobregex --st_connect_str ${st_connect_str} --blob_container ${blob_container} --filter_pattern ".*" delete
  • dry run
    • poetry run azblobregex --dry --st_connect_str ${st_connect_str} --blob_container ${blob_container} --filter_pattern ".*" delete

About

azure blob を regex 指定で操作するCLIツール

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages