Seldon CLI

Learn about installing Seldon command line tool that you can use to manage Seldon Core 2 resources.

Installing Seldon CLI

To install Seldon CLI using prebuild binaries or build them locally.

  1. 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+.

  2. Move to the seldon folder and provide the permissions.

    mv seldon-linux-amd64 seldon
    chmod u+x seldon
  3. Add the folder to your PATH.

Usage

seldon --help

Last updated

Was this helpful?