Skip to main content

trust

Trust a work directory.

When a work directory is trusted, omni up and any work directory-provided commands will be available to run without confirmation.

Parameters

ParameterRequiredValue typeDescription
--checknonullIf provided, will only check the current status of trust for the repository; if the repository is trusted, exit code will be 0, if the repository is not trusted, it will be 2 and in case of error it will be 1
reponostringThe name of the repo to change directory to; this can be in the format of a full git URL, or <org>/<repo>, or just <repo>, in which case the repo will be searched for in all the organizations in the order in which they are defined, and then trying all the other repositories in the configured worktrees.

Examples

# Trust the current repository
omni config trust

# Trust the xaf/omni repository
omni config trust xaf/omni

# Check the trust status of the current repository
omni config trust --check

# Check the trust status of the xaf/omni repository
omni config trust --check xaf/omni