Installation
We recommend to install Keep CLI with Python version 3.11 for optimal compatibility and performance. This choice ensures seamless integration with all dependencies, including pyarrow, which currently does not support Python 3.12
Clone and install (Option 1)
Install
First, clone Keep repository:
Install Keep CLI with pip
:
or with poetry
:
From now on, Keep should be installed locally and accessible from your CLI, test it by executing:
Test
Get a Slack Incoming Webhook using this tutorial and use use Keep to configure it
Paste the Slack Incoming Webhook URL (e.g. https://hooks.slack.com/services/…) and you’re good to go 👌
Let’s now execute our example “Paper DB has insufficient disk space” alert
Congrats 🥳 You should have received your first “Dunder Mifflin Paper Company” alert in Slack by now.
Docker image (Option 2)
Install
Test
Enable Auto Completion
Keep’s CLI supports shell auto-completion, which can make your life a whole lot easier 😌 If you’re using zsh
If you’re using bash