You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@bmontague mentioned that it wasn't clear what happened during the bootstrap action. It would be nice if users were notified that we created an admin user for them and stored the credentials in ~/.cogctl.
To inform our users what happens during bootstrapping and reveal a bit about how cogctl works, lets have cogctl bootstrap print the following on a successful bootstrapping.
$ cogctl bootstrap
Created admin user
ID .*
Username admin
Password ********
Created profile at ~/.cogctl
Host localhost
Password ********
Port 4000
Secure false
User admin
Bootstrapped cog
From @vanstee on March 16, 2016 22:21
@bmontague mentioned that it wasn't clear what happened during the bootstrap action. It would be nice if users were notified that we created an admin user for them and stored the credentials in
~/.cogctl
.To inform our users what happens during bootstrapping and reveal a bit about how cogctl works, lets have
cogctl bootstrap
print the following on a successful bootstrapping.Copied from original issue: operable/cog#406
The text was updated successfully, but these errors were encountered: