Metadata-Version: 2.1
Name: dekcli
Version: 0.1.8
Author-Email: sanzenwin <sanzenwin@gmail.com>
License: MIT
Requires-Python: >=3.10
Requires-Dist: py-gitea<=0.2.8
Requires-Dist: dektools<1.0.0
Requires-Dist: GitPython<=3.1.41
Description-Content-Type: text/markdown

### dekcli

```shell
# Add site and Input a token from gitea web, then adding local ssh token to the site settings
dekcli gitea site https://sample.com

dekcli gitea index /path/to/git/dirs/tree

# Add secrets according to index.yaml

dekcli gitea push /path/to/git/dirs/tree
dekcli gitea pull /path/to/git/dirs/tree
```
