b2-tools

Command-line tool for interacting with Backblaze B2 Cloud Storage

brewmacoslinux
Try with needOr install directly
Source

About

B2 Cloud Storage Command-Line Tools

Commands

b2

Examples

Authenticate with B2 using application key$ b2 authorize-account <application-key-id> <application-key>
Upload a file to a B2 bucket$ b2 upload-file <bucket-name> <local-file-path> <remote-file-name>
List all files in a B2 bucket$ b2 ls <bucket-name>