procfile Module¶
module to parse and manage a Procfile
-
class
gaffer.procfile.Procfile(procfile, root=None, envs=None)[source]¶ Bases:
objectProcfile object to parse a procfile and a list of given environnment files.
-
as_configparser(concurrency_settings=None)[source]¶ return a ConfigParser object. It can be used to generate a gafferd setting file or a configuration file that can be included.
-