3 releases
Uses new Rust 2024
| 0.0.3 | Apr 27, 2026 |
|---|---|
| 0.0.2 | Apr 23, 2026 |
| 0.0.1 | Apr 22, 2026 |
#886 in Command line utilities
23KB
286 lines
Contents
Installation
- Install
upsftusing Cargo:
cargo install upsft
- To update
upsftlater, run:
cargo install --force upsft
Usage
upsft [OPTIONS] [COMMAND]
Commands
| Command | Alias | Description |
|---|---|---|
upsft list |
ls |
List all managed dependencies |
upsft init |
— | Create a new config file at the default location |
Options
| Short | Long | Description |
|---|---|---|
-c |
--config <PATH> |
Path to custom config file |
-h |
--help |
Print help |
-V |
--version |
Print version |
Config Format
[deps]
"<config name>" = "<config update command>"
Dependencies
~9–14MB
~176K SLoC