Skip to main content
Version: 8 - Apfelstrudel

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

add_tag

archive

clone

delete

exists

export

get

get_dict

get_identity_created_by

get_identity_deleted_by

get_identity_modified_by

get_logs

get_roles

get_tags

remove_role

remove_tag

restore

save