Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

CLI Reference

The complete field manual for depfresh. Every flag, every trick, every questionable life choice that led to this many options.

Pages

  • Flags -- All CLI flags, sorted by category: core, filtering, display, post-write, and behavior. The reference you'll actually bookmark.

  • Modes -- Version range modes explained: default, major, minor, patch, latest, newest, next, and ignore. The philosophical core of the tool.

  • Examples -- Real-world incantations, interactive mode, workspaces, progress display, table rendering, and CI usage. The copy-paste page.

Quick Start

# Check what's outdated
depfresh

# Safe minor/patch updates
depfresh minor -w

# Interactive cherry-picking
depfresh -wI

# CI pipeline
depfresh --fail-on-outdated --output json

See Also