This is a first stab at creating a cli for knotapi. There must be a tonne of bugs in here, as it is not thouroughly tested. Please use at your own risk.
main v0.0.1
Gitea 2 years ago committed by Micke Nordin
parent e0c3bfb2e6
commit 1e8b7472e6

@ -9,6 +9,7 @@ pip3 install git+https://code.smolnet.org/micke/knotctl
```
To build and install as a deb-package
```
sudo apt install python3-stdeb
git clone https://code.smolnet.org/micke/knotctl
cd knotctl
python3 setup.py --command-packages=stdeb.command bdist_deb

Loading…
Cancel
Save