Skip to main content

clone

Parameters

Configuration related to the omni clone command.

ParameterTypeDescription
auto_upbooleanWhether or not omni up should be run automatically after cloning a repository. (default: true)
ls_remote_timeoutdurationThe duration after which to timeout when trying to find the remote of a repository during omni clone (default: 5s)

Example

clone:
auto_up: true
ls_remote_timeout: 5s