View on GitHub
Get started with
Get started with provisioner
Browse through a range of available CLI applications a.k.a plugins or create new ones using a Python based framework allowing for creation and loading of dynamic CLI applications at runtime.
On this page
Requirements
- A Unix-like operating system: macOS, Linux
- Python
v3.11
and above
QuickStart
The fastest way (for macOS
and Linux
) to install provisioner
is from PyPi via pip:
pip install provisioner-runtime
Plugins
There are two methods for plugins installation, from PyPi or interactively from provisioner CLI.
Provisioner CLI:
provisioner plugins install
PyPi via pip:
pip install provisioner-installers-plugin
pip install provisioner-single-board-plugin
pip install provisioner-examples-plugin