Metadata-Version: 2.1
Name: storagecli
Version: 0.1.2
Summary: CLI for Storage at app.merklebot.com
Home-page: https://github.com/merklebot/StorageCLI
License: MIT
Author: Arseniy Popov
Author-email: arseniy@merklebot.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: platformdirs (>=3.11.0,<4.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: tqdm (>=4.66.1,<5.0.0)
Project-URL: Repository, https://github.com/merklebot/StorageCLI
Description-Content-Type: text/markdown

# Description of CLI for Storage at Merklebot

This is a CLI-wrapper for Merklebot's Storage API.

# Installation 
```bash
pip install storagecli
```

# Authorization

When you get your **ORGANIZATION NAME** (not ID!) and **BUCKET TOKEN** at [app.merklebot.com](https://app.merklebot.com), you could use them to authorize in 3 places, with priority from higher to lower:

1. Direct insert in command as options
2. Use with environmental variables `STORAGECLI_ORGANIZATION` and `STORAGECLI_BUCKET_TOKEN`
3. With config (via command `storagecli config init`)

# Content interactions
Check available commands with 
```bash
storagecli content --help
```


