This is a CLI-wrapper for Merklebot's Storage API.
pip install storagecli
When you get your ORGANIZATION NAME (not ID!) and BUCKET TOKEN at app.merklebot.com, you could use them to authorize in 3 places, with priority from higher to lower:
- Direct insert in command as options
- Use with environmental variables
STORAGECLI_ORGANIZATION
andSTORAGECLI_BUCKET_TOKEN
- With config (via command
storagecli config init
)
Check available commands with
storagecli content --help