Output JSON?
See original GitHub issue- I have read the guidelines for submitting issues
JSON output
To further automate dependency updates in our CI pipeline we are hoping this plugin would export the available updates in a JSON format. We could then pick up this JSON to automate ticket creation in Jira/Bitbucket/TeamCity/Gitlab…
💡 Describe the solution you’d like
It could work similarly to Ben Manes’ Gradle Versions Plugin.
A new ‘output’ option in the refreshVersions { }
block which can be used to configure this?
🤚 Do you want to develop this feature yourself?
- Yes; with some directions from you guys.
- No
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
JSON output - Puppet
This command outputs an array of objects. Each object uses the following keys: action (string): The type of action that was executed.
Read more >Format Query Results as JSON with FOR JSON - SQL Server
Use the FOR JSON clause to simplify client applications by delegating the formatting of JSON output from the app to SQL Server.
Read more >Producing JSON output - IBM
Producing JSON output · A data item to receive the count of characters generated. · Alternative names for the input data items ·...
Read more >JSON.stringify() - JavaScript - MDN Web Docs
The JSON.stringify() method converts a JavaScript value to a JSON string, ... into the output JSON string for readability purposes.
Read more >Output JSON | CloudCannon Academy
The easiest way to get JavaScrip to understand your content is using JSON. Jsonify. If the data is an array or hash you...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Did you just check every box without reading the template at all? 🤔
I personally don’t need the CI part, I just remember to run refreshVersions on a regular basis, I commit the changes even if I don’t upgrade. That way, I can see what are the new versions since last time.
The approach is different, and we believe it’s better like that because it doesn’t push to always upgrade, but gives information at the right place instead, giving more control to the developers so they integrate it in their workflow, without depending on a complex CI setup, and upgrade to the right version, instead of just the latest.