Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce jsonmerge-cli #24

Merged
merged 11 commits into from
Oct 27, 2022
Merged

Introduce jsonmerge-cli #24

merged 11 commits into from
Oct 27, 2022

Conversation

oswaldobapvicjr
Copy link
Owner

@oswaldobapvicjr oswaldobapvicjr commented Oct 22, 2022

New command line tool for merging files

Usage: java -jar jsonmerge-cli-1.2.0.jar [-hp] -t <target> [-d <exp=key>]... <FILE1> <FILE2>

@oswaldobapvicjr oswaldobapvicjr added the enhancement New feature or request label Oct 22, 2022
@oswaldobapvicjr oswaldobapvicjr self-assigned this Oct 22, 2022
@codecov
Copy link

codecov bot commented Oct 22, 2022

Codecov Report

Merging #24 (3685e00) into main (5b7a56e) will decrease coverage by 0.33%.
The diff coverage is 96.29%.

❗ Current head 3685e00 differs from pull request most recent head eb91de3. Consider uploading reports for the commit eb91de3 to get more accurate results

@@             Coverage Diff              @@
##               main      #24      +/-   ##
============================================
- Coverage     99.30%   98.97%   -0.34%     
- Complexity      199      220      +21     
============================================
  Files            12       14       +2     
  Lines           432      486      +54     
  Branches         36       39       +3     
============================================
+ Hits            429      481      +52     
- Misses            1        3       +2     
  Partials          2        2              
Impacted Files Coverage Δ
...cli/src/main/java/net/obvj/jsonmerge/cli/Main.java 94.28% <94.28%> (ø)
...va/net/obvj/jsonmerge/cli/ApplicationManifest.java 100.00% <100.00%> (ø)
.../main/java/net/obvj/jsonmerge/JsonMergeOption.java 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@oswaldobapvicjr oswaldobapvicjr marked this pull request as draft October 22, 2022 04:59
@oswaldobapvicjr oswaldobapvicjr marked this pull request as ready for review October 23, 2022 02:13
@oswaldobapvicjr oswaldobapvicjr merged commit 9806e7d into main Oct 27, 2022
@oswaldobapvicjr oswaldobapvicjr deleted the issue/0024 branch October 27, 2022 04:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant