From 3d0adec851989cd60e1289dfa97eeab47e842f23 Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Tue, 2 Feb 2021 18:54:23 +0000 Subject: [PATCH] Add status message for post-installation Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- cmd/install.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cmd/install.go b/cmd/install.go index c558edb..cefa282 100644 --- a/cmd/install.go +++ b/cmd/install.go @@ -93,7 +93,10 @@ func runInstall(_ *cobra.Command, _ []string) error { return err } - fmt.Println(`Login with: + fmt.Println(`Check status with: + sudo journalctl -u faasd --lines 100 -f + +Login with: sudo cat /var/lib/faasd/secrets/basic-auth-password | faas-cli login -s`) return nil