A collection of classes and commands for automated command line scripting using Python.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
544 B

4 years ago
.. _topics-overlays:
*******
Overlay
*******
An overlay is a collection of functions that provide an interface to command creation.
4 years ago
There are currently four (4) general and re-usable overlays:
4 years ago
- common
- django
- pgsql
4 years ago
- posix
4 years ago
And two (2) overlays that are specific to operating systems:
4 years ago
- centos
4 years ago
- ubuntu
The examples that follow instantiate command instances from an INI file. Each example is shown with the defaults. All commands support a number of :ref:`topics-configuration-common-parameters`.
.. include:: _includes/overlays.rst