{py:mod}abx_plugin_git.config

:allowtitles:

Module Contents

Classes

:class: autosummary longtable
:align: left

* - {py:obj}`GitConfig <abx_plugin_git.config.GitConfig>`
  -

Data

:class: autosummary longtable
:align: left

* - {py:obj}`GIT_CONFIG <abx_plugin_git.config.GIT_CONFIG>`
  - ```{autodoc2-docstring} abx_plugin_git.config.GIT_CONFIG
    :summary:
    ```

API

:canonical: abx_plugin_git.config.GitConfig

Bases: {py:obj}`abx_spec_config.base_configset.BaseConfigSet`

````{py:attribute} SAVE_GIT
:canonical: abx_plugin_git.config.GitConfig.SAVE_GIT
:type: bool
:value: >
   True

```{autodoc2-docstring} abx_plugin_git.config.GitConfig.SAVE_GIT
```

````

````{py:attribute} GIT_DOMAINS
:canonical: abx_plugin_git.config.GitConfig.GIT_DOMAINS
:type: str
:value: >
   'Field(...)'

```{autodoc2-docstring} abx_plugin_git.config.GitConfig.GIT_DOMAINS
```

````

````{py:attribute} GIT_BINARY
:canonical: abx_plugin_git.config.GitConfig.GIT_BINARY
:type: str
:value: >
   'Field(...)'

```{autodoc2-docstring} abx_plugin_git.config.GitConfig.GIT_BINARY
```

````

````{py:attribute} GIT_ARGS
:canonical: abx_plugin_git.config.GitConfig.GIT_ARGS
:type: typing.List[str]
:value: >
   ['--recursive']

```{autodoc2-docstring} abx_plugin_git.config.GitConfig.GIT_ARGS
```

````

````{py:attribute} GIT_EXTRA_ARGS
:canonical: abx_plugin_git.config.GitConfig.GIT_EXTRA_ARGS
:type: typing.List[str]
:value: >
   []

```{autodoc2-docstring} abx_plugin_git.config.GitConfig.GIT_EXTRA_ARGS
```

````

````{py:attribute} GIT_TIMEOUT
:canonical: abx_plugin_git.config.GitConfig.GIT_TIMEOUT
:type: int
:value: >
   'Field(...)'

```{autodoc2-docstring} abx_plugin_git.config.GitConfig.GIT_TIMEOUT
```

````

````{py:attribute} GIT_CHECK_SSL_VALIDITY
:canonical: abx_plugin_git.config.GitConfig.GIT_CHECK_SSL_VALIDITY
:type: bool
:value: >
   'Field(...)'

```{autodoc2-docstring} abx_plugin_git.config.GitConfig.GIT_CHECK_SSL_VALIDITY
```

````
:canonical: abx_plugin_git.config.GIT_CONFIG
:value: >
   'GitConfig(...)'

```{autodoc2-docstring} abx_plugin_git.config.GIT_CONFIG
```

Last updated