According to this nice trick I'm setting version and after command play normalized-name version
in console get the output like
[info] Loading project definition from /www/apps/MyApp/project
[info] Set current project to MyApp (in build file:/www/apps/MyApp/)
[info] myapp
[info] 1.2.3
Anyway for deployment automatization I'd need to get only concated values like myapp-1.2.3
or at least only value myapp
and 1.2.3
(without Loading info [info] prefixes) how can I do this?