Vespa CLI binaries are distributed as part of the Vespa engine. Docs and installation instructions can be found in the Vespa documentation.
By providing the Vespa CLI as a Python package, it is even easier to use Vespa in Python environments. It lets you add it to python dependencies, and it is installed in the same way as other python packages, and automatically added to the PATH.
-
❓ As a Python user, moving between different environments and handling dependencies, and PATHS can be cumbersome.
-
🚀 Installation is as simple as running
pip install vespacli
. -
🔁 The Github Action perform a daily check for new releases of the Vespa CLI. If a new version is found, the python package is updated and a new release is made.
-
🖥️ Works on Windows, Linux and MacOS.
For usage of the Vespa CLI, see the Vespa documentation.
This is an independent contribution and is not affiliated with, nor has it been authorized, sponsored, or otherwise approved by Vespa.ai or any of its affiliates.