Close
    logoCloudomation Docs

    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.

    :py:obj:resources.git_config.GitConfig

    Parameters

    NameTypeDescription
    select
    init
    by
    **kwargs

    Constants

    RESOURCE = git_config

    Methods

    archive ()
    clone (update=None, **kwargs)
    delete ()
    exists ()
    get (*fields, default=None)
    get_dict (*fields, default=None)
    get_identity_created_by ()
    get_identity_modified_by ()
    load (*fields)
    roles ()
    save (update=None, **kwargs)
    set (key, value)
    Previous
    Flow
    Next
    Identity