Skip to main content Skip to docs navigation
Check
View on GitHub

Plugin: Examples

Playground for using the CLI framework with basic dummy commands.

On this page

Overview

The examples plugin was created to let users experience the provisioner CLI in action through sample dummy commands.

Quickstart

# Interactive mode
$ provisioner plugins install

# Non interactive mode
$ pip install provisioner-examples-plugin

Usage

Print a list of available examples

provisioner examples

Currently, the following examples are supported:

  • Ansible
  • Anchor

Run a no-op Ansible command

provisioner examples ansible hello