Keep CLI
Installation
Missing an installation? submit a new installation request and we will add it as soon as we can.
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
Need Keep CLI on other versions? Feel free to contact us!
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:
Configuration
To get API key, check Keep UI -> your username (bottom left) -> Settings -> API Keys
Test
Now,
Congrats 🥳 Check your UI for the new workflow uploaded from the YAML file.
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
title=~/.zshrc
If you’re using bash
title=~/.bashrc
Using eval means that the command is invoked and evaluated every time a shell is started, which can delay shell responsiveness. To speed it up, write the generated script to a file, then source that.