upsft 0.0.3

A simple CLI tool to update multiple dependencies
upsft-0.0.3 is not a library.

Contents

  1. Installation
  2. Usage

Installation

  1. Install upsft using Cargo:
cargo install upsft
  1. To update upsft later, 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>"