Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.43 KB

management.rst

File metadata and controls

56 lines (39 loc) · 1.43 KB

Repository API

This API is built on top of Git and Git-LFS.

.. automodule:: renku.core.management
   :members:

Datasets

.. automodule:: renku.core.management.datasets
   :members:

Repository

.. automodule:: renku.core.management.repository
   :members:

Git Internals

.. automodule:: renku.core.management.git
   :members:

.. automodule:: renku.core.models.git
   :members:

Command Builder

Most renku commands require context (database/git/etc.) to be set up for them. The command builder pattern makes this easy by wrapping commands in factory methods.

.. automodule:: renku.core.management.command_builder
   :members: