Server Management

Overview

There are 4 ways to manage a plumber server deployment:

  1. Via the CLI plumber manage ...

    1. See here for additional information

    2. See plumber manage --help for more info

  2. Via a gRPC client such as grpcurl, BloomRPC, Insomnia or Postman

    1. Check out our gRPC API docs

    2. Check out our gRPC quickstart that uses grpcurl

  3. Programmatically

    1. Check out our example Golang client app:

Last updated