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

Add server rebuild command #31

Merged
merged 1 commit into from
Jan 12, 2018
Merged

Add server rebuild command #31

merged 1 commit into from
Jan 12, 2018

Conversation

thetechnick
Copy link
Contributor

Closes #13

RunE: cli.wrap(runServerRebuild),
}

cmd.Flags().String("image", "", "ID or name of image to rebuilt from")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rebuild

if err := <-errCh; err != nil {
return err
}
fmt.Printf("Server %s rebuild on image %s\n", serverIDOrName, imageIDOrName)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rebuilt

And I would say “with image …”.

@thetechnick thetechnick merged commit 0934bd1 into master Jan 12, 2018
@thetechnick thetechnick deleted the server-rebuild-command branch January 12, 2018 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants