Skip to main content
Version: v. 1

spark update

Update one or multiple dependencies.

$ spark update --help
Usage: spark update [OPTIONS] [DEPENDENCIES]...

Arguments:
[DEPENDENCIES]...
The dependencies you want to update

Options:
--root <PATH>
The project's root path.

By default root of the Git repository, if in one, or the current working directory.

-f, --force
Override the up-to-date check

-r, --recursive
Recursively update submodules

-h, --help
Print help (see a summary with '-h')