HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

yadm list — Print a list of files managed by yadm. More information: <https://github.com/TheLocehiliosan/yadm/bl

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandfilesyadm listcliprintyadmlistmanaged

Problem

How to use the yadm list command: Print a list of files managed by yadm. More information: <https://github.com/TheLocehiliosan/yadm/blob/master/yadm.md#commands>.

Solution

yadm list — Print a list of files managed by yadm. More information: <https://github.com/TheLocehiliosan/yadm/blob/master/yadm.md#commands>.

Print a list of files managed by yadm in the current directory:
yadm list


List all files managed by yadm completely:
yadm list -a

Code Snippets

Print a list of files managed by yadm in the current directory

yadm list

List all files managed by yadm completely

yadm list -a

Context

tldr-pages: common/yadm list

Revisions (0)

No revisions yet.