Skip to content

Installation

Requirements

  • Python 3.9+
  • Azure CLI
  • Openshift CLI
  • Windows/Mac/Linux. Others may work but are untested.
  • A supported project type. Currently supported:
    • Spring Boot
    • Flask
    • Or just a Dockerfile

Installation

// Install CI Plumber as well as all of the modules:
$ pip install ci-plumber[all]

// You can also install individual modules instead of the entire package:
$ pip install ci-plumber
$ pip install ci-plumber-azure

// Once installed, you can add tab completion:
$ ci-plumber --install-completion
Back to top