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
768 B

4 years ago
.. _topics-overlays:
4 years ago
********
Overlays
********
4 years ago
4 years ago
An overlay is a collection of functions that provide an interface to command creation. An overlay allows configuration files to specify commands in a generic way. When the file is loaded, an overlay may be specified which Script Tease uses to generate commands that are specific to a given operating system.
4 years ago
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