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

yadm upgrade — Upgrade yadm to the latest version. Upgrading will attempt to de-initialize and re-initialize your s

Submitted by: @import:tldr-pages··
0
Viewed 0 times
upgradethecommandlatestcliyadmyadm upgradeversion

Problem

How to use the yadm upgrade command: Upgrade yadm to the latest version. Upgrading will attempt to de-initialize and re-initialize your submodules. More information: <https://github.com/TheLocehiliosan/yadm/blob/master/yadm.md#commands>.

Solution

yadm upgrade — Upgrade yadm to the latest version. Upgrading will attempt to de-initialize and re-initialize your submodules. More information: <https://github.com/TheLocehiliosan/yadm/blob/master/yadm.md#commands>.

Upgrade yadm to the latest version:
yadm upgrade


Force the upgrade regardless of changes:
yadm upgrade -f

Code Snippets

Upgrade yadm to the latest version

yadm upgrade

Force the upgrade regardless of changes

yadm upgrade -f

Context

tldr-pages: common/yadm upgrade

Revisions (0)

No revisions yet.