> pip install skedulord
These are all the commands available:
> lord --help
Usage: lord [OPTIONS] COMMAND [ARGS]...
SKEDULORD: keeps track of logs so you don't have to.
Options:
--help Show this message and exit.
Commands:
history show historical log overview
init setup skedulord
nuke hard reset of disk state
run run (and log) a command, can retry
serve start the simple dashboard
summary shows a summary of the logs
version confirm the version
The project comes with cool features too.
If you want to see a quick overview of what this tool can do then head on over to the documentation.
Before continuing, make sure you have npm
installed.
-
Clone it :
git clone ...
-
Go inside :
cd skedulord
-
Create virtual environment :
python3 -m venv .venv
-
Install python dependencies :
make develop
-
Install npm dependencies :
cd skedulord/dashboard && npm install