View on GitHub
Plugin: Examples
Playground for using the CLI framework with basic dummy commands.
On this page
Overview
The exampels plugin was introduced to allow users to experience the provisioner
CLI in action on example dummy commands.
Quickstart
pip install provisioner-examples-plugin
or, interactive plugin installation via:
provisioner plugins install
Usage
Print a list of available examples
provisioner examples
Currently, supported examples are:
- Ansible
- Anchor
Run a no-op Ansible command
provisioner examples ansible hello
Dry Run
Using provisioner
, every command is a playground.
Use the --dry-run
(short: -d
) to check command exeuction breakdown, you can also add the --verbose
(short: -v
) flag to read DEBUG information.
All dry-run actions are no-op, you can safely run them as they only print to stdout.