mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-07 22:45:50 +00:00
27 lines
526 B
Plaintext
Executable File
27 lines
526 B
Plaintext
Executable File
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# yadm-introspect
|
|
|
|
> Look at data that is managed by `yadm`.
|
|
> The purpose of introspection is to support command line completion.
|
|
> More information: <https://github.com/TheLocehiliosan/yadm/blob/master/yadm.md#commands>.
|
|
|
|
- Output commands:
|
|
|
|
`yadm introspect commands`
|
|
|
|
- Output configs:
|
|
|
|
`yadm introspect configs`
|
|
|
|
- Output switches for the main `yadm` command:
|
|
|
|
`yadm introspect switches`
|
|
|
|
- Output repo:
|
|
|
|
`yadm introspect repo`
|