Skip to content

Commit

Permalink
Print config object upon successful cluster creation
Browse files Browse the repository at this point in the history
  • Loading branch information
errordeveloper committed Jan 28, 2019
1 parent b01cc6b commit a4c53cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/ctl/create/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -544,5 +544,9 @@ func doCreateCluster(p *api.ProviderConfig, cfg *api.ClusterConfig, nameArg stri

logger.Success("%s is ready", meta.LogString())

if err := printer.LogObj(logger.Debug, "cfg.json = \\\n", cfg); err != nil {
return err
}

return nil
}

0 comments on commit a4c53cd

Please sign in to comment.