Get variables from dub.json

Andre Pany andre at s-e-a-p.de
Wed Mar 3 15:05:16 UTC 2021


On Wednesday, 3 March 2021 at 12:50:16 UTC, dog2002 wrote:
> How do I use variables (application version for example) from 
> dub.json? Is it possible? For example, I want the application 
> version to be printed.

You can use command `dub describe` to get all information for a 
dub project. It has some arguments to filter for specific 
information and on linux you can of course use jq to filter out 
any information from the json produced by `dub describe`.

Kind regards
Andre




More information about the Digitalmars-d mailing list