Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Display aci name + version after build #183

Closed
MattKetmo opened this issue Jul 27, 2016 · 3 comments
Closed

Display aci name + version after build #183

MattKetmo opened this issue Jul 27, 2016 · 3 comments

Comments

@MattKetmo
Copy link
Contributor

Once the build is finished dgr should display the name + version of the built ACI (this would improve user experience especially when the version is dynamically generated via a template var).

It should work also for (clean) install/push.

@MattKetmo
Copy link
Contributor Author

(Bonus) the output of dgr build should redirect to stderr while the display of the aci version at the end uses stdout (like the rkt prepare command which only outputs the pod uuid to stdout). So it would be easier to integrate it within a script (eg. ACI=$(dgr build))

@n0rad
Copy link
Member

n0rad commented Aug 9, 2016

ACI=$(dgr build) is not doable because build include user printing stuff. but I can output the aci-name:version to a file in target/

@n0rad
Copy link
Member

n0rad commented Aug 10, 2016

done in v73

@n0rad n0rad closed this as completed Aug 10, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants