Seldon CLI
Learn how to install and use the Seldon CLI tool for managing Seldon Core 2 resources in non-Kubernetes environments.
Installing Seldon CLI
To install Seldon CLI using prebuild binaries or build them locally.
Download from a recent release from
https://github.com/SeldonIO/seldon-core/releases
. It is dynamically linked and will require and *nix architecture and glibc 2.25+.Move to the
seldon
folder and provide the permissions.mv seldon-linux-amd64 seldon chmod u+x seldon
Add the folder to your PATH.
Usage
seldon --help
Last updated
Was this helpful?