jkazimierczak / htb

Hosting Toolbox - small utility for managing CT8 accounts and websites.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTB

Hosting Toolbox - a small CLI for managing CT8 domains.

Installation

The recommended way of installing is through the pipx:

pipx install git+https://github.com/jkazimierczak/htb.git

Installing with pip is also possible, but may lead to dependency collision with other globally-installed packages.

Commands

Toolbox commands can be listed with htb --help:

$ htb --help
Usage: htb [OPTIONS] COMMAND [ARGS]...

Options:
  --help  Show this message and exit.

Commands:
  domain  Domain management tools.

Note that the above output was produced using v0.1.2 and may not reflect the current state of toolbox help.

About

Hosting Toolbox - small utility for managing CT8 accounts and websites.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%