CLI to access the DHost services.
pip install dhost-cli
dhost-cli -h
usage: dhost [-h] [-v] [-u USERNAME] [-p PASSWORD] [-t TOKEN] [-T]
[--raise-exceptions] [--disable-color]
{token,me,ipfs,github} ...
dhost CLI tool to host decentralized websites.
positional arguments:
{token,me,ipfs,github}
token Manage your API tokens.
me Manage your infos.
ipfs Manage your IPFS dapps.
github Manage your github repos.
optional arguments:
-h, --help show this help message and exit
-v, --version
-u USERNAME, --username USERNAME
Connect to API with username and password.
-p PASSWORD, --password PASSWORD
Connect to API with username and password.
-t TOKEN, --token TOKEN
Connect to API with token.
-T, --get-token Get your API token from username and password.
--raise-exceptions Raise exceptions instead of just printing them.
--disable-color Disable colored output.
- Free software: MIT license
- Documentation: https://dhost-cli.readthedocs.io/en/latest/.
Dev.
python3.8 -m venv venv source ./venv/bin/activate pip install -r requirements_dev.txt python -m dhost_cli