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

Proposal: Add a command to apply a JSLT transformation to an ORT result #3831

Commits on Apr 8, 2021

  1. Add a command to apply a JSLT transformation to an ORT result

    JSLT [1] supports powerful transformations on JSON data. This command
    is useful for instance if there are breaking changes in ORT's data
    format; by applying a corresponding transformation, stored results can
    be upgraded to the new format.
    
    [1] https://github.com/schibsted/jslt
    
    Signed-off-by: Oliver Heger <[email protected]>
    oheger-bosch committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    0c24b03 View commit details
    Browse the repository at this point in the history
  2. helper-cli: Add -i alias for the input to commands where applicable

    Align the helper commands to the convention used by the standard
    commands where it makes sense.
    
    Signed-off-by: Oliver Heger <[email protected]>
    oheger-bosch committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    7ea374c View commit details
    Browse the repository at this point in the history