Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 616 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 616 Bytes

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