An incremental upgrade tool for jar packages
Project description
iu-jar
An incremental upgrade tool for jar packages
To install iu-jar
, use pip:
pip install iu-jar
then, run with iujar
Usage:iujar [option]
option:
-h or --help: show help info
-i old-jar -t new-jar [-n incremental-pkg-name] [-d incremental-pkg-dir] [-f force-path]: generate incremental jar
old-jar: string, path of old-jar file
new-jar: string, path of new-jar file
incremental-pkg-name: string, name of output, default is [old-jar].incremental
incremental-pkg-dir: string, dir of output, default is current dir
force-path: regex, match the file path that needs to be forced to update
-u target-jar -a incremental-pkg [-n new-pkg-name] [-d new-pkg-dir] [-I ignore-path]: update jar from incremental jar
target-jar: string, path of jar file that need to update
incremental-pkg: string, path of incremental pkg[from -i generate]
new-pkg-name: string, new jar name of output, default is replace target-jar
new-pkg-dir: string, dir of output, default is dir of target-jar
ignore-path: regex, match the file path that needs to be ignore to update
example:
iujar -i temp/test.jar -t temp/test_new.jar -d temp.out -f '/BOOT-INF/(classes/*|lib/com\.mpr\.*)|/META-INF/*'
iujar -u temp/test.jar -a temp.out/test.jar.incremental -d temp.out
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
iu-jar-0.0.2.tar.gz
(3.3 kB
view details)
Built Distribution
File details
Details for the file iu-jar-0.0.2.tar.gz
.
File metadata
- Download URL: iu-jar-0.0.2.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
229ff07cb79d04302dba669b40604b953e3f88e9e4a70d0a924c498a383bc6ba
|
|
MD5 |
9e2dc6392a9f1372887f1d3ed4b66424
|
|
BLAKE2b-256 |
e32fcaacc750e62070666e652ee55ecc83099db24b923d0f7cda1543912b7be0
|
File details
Details for the file iu_jar-0.0.2-py2-none-any.whl
.
File metadata
- Download URL: iu_jar-0.0.2-py2-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
3bf9d7eae8ba6b9749c5535a9f7047b4399a8bfb147f1f1bedf95c5da883f041
|
|
MD5 |
37052a42d2a027591a23035699d4df66
|
|
BLAKE2b-256 |
eff83ecd8bd28e74ec42935c635c9180753eca070b437963dd29e0a54a399511
|