LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

yadm-introspect

Display internal yadm information

TLDR

List available yadm commands
$ yadm introspect commands
copy
List supported configuration options
$ yadm introspect configs
copy
Show repo location
$ yadm introspect repo
copy
List available command-line switches
$ yadm introspect switches
copy

SYNOPSIS

yadm introspect category

DESCRIPTION

yadm introspect reports internal yadm data. Its primary purpose is to support command-line completion, but it can also be used for debugging and scripting.

PARAMETERS

commands

List available yadm commands.
configs
List supported configuration options.
repo
Show repo path.
switches
List available command-line switches.

SEE ALSO

yadm(1), yadm-config(1)

Copied to clipboard
Kai