question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 2 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
LouisCADcommented, Jun 14, 2021

Did you just check every box without reading the template at all? 🤔

0reactions
LouisCADcommented, Jun 15, 2021

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found