Skip to main content
Version: 6 - Palatschinke

GitConfig

class flow_api.git_config.GitConfig(select=None, init=None, by=name, **kwargs)

Base class: Identity

The GitConfig class represents a configuration of a git repository which is used to synchronize content (records) to Cloudomation. Functions from the GitConfig class allow interaction with GitConfig objects.

A git_config can be created with system.git_config('git_configname').save() inside the handler function of a flow script using the system reference.

See the corresponding Resources class at GitConfig

Parameters

NameTypeDescription
**kwargs
by
init
select

Constants

RESOURCE = git_config

Methods