Docs
Search
K
Comment on page

Server Management

Overview

There are 4 ways to manage a plumber server deployment:
  1. 1.
    Via the CLI plumber manage ...
    1. 1.
      See here for additional information
    2. 2.
      See plumber manage --help for more info
  2. 2.
    Via a gRPC client such as grpcurl, BloomRPC, Insomnia or Postman
    1. 1.
      Check out our gRPC API docs
    2. 2.
      Check out our gRPC quickstart that uses grpcurl
  3. 3.
    Using our terraform provider
  4. 4.
    Programmatically
    1. 1.
      Check out our example Golang client app:
https://github.com/batchcorp/plumber-server-client
github.com
Demo application showing how to use plumber-schemas to talk to a Plumber server