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

Option to save individual deployment results to file #24

Open
jheiss opened this issue Aug 17, 2012 · 0 comments
Open

Option to save individual deployment results to file #24

jheiss opened this issue Aug 17, 2012 · 0 comments

Comments

@jheiss
Copy link
Member

jheiss commented Aug 17, 2012

Currently we report the results of deployment to specific hosts by displaying a ruby data structure at the end of the deployment process:

% tpkg -s bogushost,realhost --qa

Exit statuses:
{"realhost"=>0, "bogushost1"=>1}

Users have pointed out that this is not ideal. If they want to access the individual status programmatically they have to parse the output, find this data structure, and read it back in via ruby. It would be much more convenient if we had an option to save individual status to a file, particularly in a more generic format like yaml.

Was: https://sourceforge.net/apps/trac/tpkg/ticket/32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant