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

Improve stack deploy progress output #1710

Merged
merged 1 commit into from
Jan 25, 2017
Merged

Conversation

jakolehm
Copy link
Contributor

$ kontena stack install --deploy foo.yml
 [done] Creating stack foo      
 [done] Triggering deployment of stack foo     
 [done] Waiting for deployment to start         
 [done] Deploying service foo     
 [done] Deploying service foo1     
 [done] Deploying service foo2     
 [done] Deploying service foo3     

@kke
Copy link
Contributor

kke commented Jan 24, 2017

How about --no-wait to just trigger and drop out? I often run two terminals or ctrl-c the deployment to watch stack monitor / logs while it goes. (or some option to watch logs while it runs)

@kke kke added this to the 1.1.0 milestone Jan 24, 2017
@jakolehm
Copy link
Contributor Author

@kke open a separate issue for that. I like the idea because you really don't want to wait always... and hitting ctrl+c will show "fail" which is a bit misleading.

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

Successfully merging this pull request may close these issues.

2 participants