SEBA-699 validate core version

Change-Id: I2ee14504c71e9fb4ecb262c9247108261c76fad3
diff --git a/commands/status.go b/commands/status.go
index 215d1bb..0924db4 100644
--- a/commands/status.go
+++ b/commands/status.go
@@ -42,7 +42,7 @@
 }
 
 func (options *StatusListOpts) Execute(args []string) error {
-	conn, descriptor, err := InitReflectionClient()
+	conn, descriptor, err := InitClient(INIT_DEFAULT)
 	if err != nil {
 		return err
 	}