command/init: show root token

This commit is contained in:
Mitchell Hashimoto
2015-03-29 16:25:53 -07:00
parent 82ae75aa79
commit b89ac8e3c5
2 changed files with 4 additions and 1 deletions

View File

@@ -45,5 +45,6 @@ type InitStatusResponse struct {
}
type InitResponse struct {
Keys []string
Keys []string
RootToken string `json:"root_token"`
}