[samwang@basil:~/src/giphy-services]$ ./pants bundle --help bundle.consolidate-classpath options: Convert loose directories in classpath_products into jars. --[no-]bundle-consolidate-classpath-use-nailgun (default: True) Use nailgun to make repeated invocations of this task quicker. cache.bundle.consolidate-classpath options: --[no-]cache-bundle-consolidate-classpath-read (default: True) Read build artifacts from cache, if available. --[no-]cache-bundle-consolidate-classpath-write (default: True) Write build artifacts to cache, if available. bundle.dup options: Detect JVM classes and resources with the same qualified name on the classpath. --bundle-dup-exclude-dirs= (--bundle-dup-exclude-dirs=) ..., --bundle-dup-exclude-dirs="[, , ...]", --bundle-dup-exclude-dirs="+[, , ...]" (default: ['META-INF/services']) Directory names to exclude from duplicate check. --bundle-dup-exclude-files= (--bundle-dup-exclude-files=) ..., --bundle-dup-exclude-files="[, , ...]", --bundle-dup-exclude-files="+[, , ...]" (default: ['.DS_Store','cmdline.arg.info.txt.1','dependencies','license','license.txt','notice','notice.txt']) Case insensitive filenames (without directory) to exclude from duplicate check. --bundle-dup-exclude-patterns= (--bundle-dup-exclude-patterns=) ..., --bundle-dup-exclude-patterns="[, , ...]", --bundle-dup-exclude-patterns="+[, , ...]" (default: ['^META-INF/[^/]+\.(SF|DSA|RSA)$']) Regular expressions matching paths (directory and filename) to exclude from the duplicate check. --bundle-dup-max-dups= (default: 10) Maximum number of duplicate classes to display per artifact. --[no-]bundle-dup-skip (default: False) Disable the dup checking step. --[no-]bundle-dup-use-nailgun (default: True) Use nailgun to make repeated invocations of this task quicker. cache.bundle.dup options: --[no-]cache-bundle-dup-read (default: True) Read build artifacts from cache, if available. --[no-]cache-bundle-dup-write (default: True) Write build artifacts to cache, if available. bundle.jvm options: --[no-]bundle-jvm-use-nailgun (default: True) Use nailgun to make repeated invocations of this task quicker. cache.bundle.jvm options: --[no-]cache-bundle-jvm-read (default: True) Read build artifacts from cache, if available. --[no-]cache-bundle-jvm-write (default: True) Write build artifacts to cache, if available.