add consolidated methods, update cli
This commit is contained in:
@@ -44,5 +44,5 @@ func fetchEdgeOSDevice(ctx context.Context, clientConf *config.ClientConfig) (an
|
||||
return nil, fmt.Errorf("login failed: %w", err)
|
||||
}
|
||||
|
||||
return client.GetConfig(ctx, clientConf.Host)
|
||||
return client.GetEdgeOS(ctx, clientConf.Host)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user