Repo Man API

repo_man also provides a set of common utilities to be used by any tool. It is like a standard library in any language. It should only be repo_man if API is generic enough to be used by many tools.

All API is available to any tool in omni.repo.man module. For example:


import omni.repo.man
omni.repo.man.run_process(["git", "status"])

Refer to “API Reference” section for list of available API.