Skip to main content
Version: 7 - Gugelhupf

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

add_role

archive

clone

delete

exists

export

get

get_dict

get_identity_created_by

get_identity_modified_by

get_roles

load

remove_role

restore

roles

save

set