artifacts remove

Parameters:
Name Type Required Default Hint
package string true
version string false If passed, it will try to remove a specific package version
force boolean false false Do not confirm, just delete

Command Usage

Remove 1 or more packages from the artifacts cache by package name.
Use this command to force the "install" command to re-download the files fresh.

Remove all versions of the package

artifacts remove package-name
Remove a specific version of the package
artifacts remove package-name 1.2.0.0
Remove a list of packge names
artifacts remove package1,package2
Skip the prompt with the "force" parameter
artifacts remove package-name --force