Skip to main content
Version: v. 1

Spark update

NAME

spark-update - Update one or more dependencies.

SYNOPSIS

spark update [options] [dep]

DESCRIPTION

Update one or more dependencies.

The argument dep is a path to the dependency you want to update. Spark will update to the latest version on the ref you specified for the dependency when you ran spark install.

If no argument is provided, then all dependencies are updated.

OPTIONS

Common Options

-h
--help
Prints help information.

EXAMPLES

  1. Update a dependency:

    spark update lib/solmate
  2. Update all dependencies:

    spark update

SEE ALSO

spark, spark install, spark remove