Skip to content
This repository was archived by the owner on Jun 21, 2022. It is now read-only.

dhost-project/dhost-cli

Repository files navigation

Dhost CLI

Documentation Status Updates

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.

Dev.

python3.8 -m venv venv
source ./venv/bin/activate
pip install -r requirements_dev.txt
python -m dhost_cli

About

Upload and host your website with the DHost CLI

Topics

Resources

License

Contributing

Stars

Watchers

Forks