Integration Server 11.1 | webMethods Package Manager CLI Reference | wpm CLI Commands | wpm clean
 
wpm clean
Cleans up the specified local repository or all repositories in the working directory.
Synopsis
wpm clean [optional arguments]
Arguments
The following table lists all available arguments for the wpm clean command and their descriptions:
Argument
Description
-r [repository]
Optional. Comma-separated list of local repositories to clean up.
If -r is not specified, wpm cleans up all local repositories specified in the wpm.yml configuration file. If the wpm.yml file does not specify any local repositories, wpm attempts to clean up only the local repository.
Usage Notes
*When wpm install or wpm update fails, clean up of local repositories is not done automatically. Use the wpm clean command.
*wpm also keeps local repositories when -kr=true for wpm install or wpm update.
*Argument values specified in the command override related property values in the wpm.yml configuration file.