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
Name | Type | Description |
---|---|---|
**kwargs | ||
by | ||
init | ||
select |
Constants
RESOURCE = git_configMethods
add_role
details
add_tag
details
archive
details
clone
details
delete
details
exists
details
export
details
get
details
get_dict
details
get_identity_created_by
details
get_identity_deleted_by
details
get_identity_modified_by
details
get_logs
details
get_roles
details
get_tags
details
remove_role
details
remove_tag
details
restore
details
save
details