When running a cloud backtest is there a way to access the rolling statistics results? So far I am parsing the backtests stats (like sharpe, info ratio) from the table printout which is kind of cumbersome.

"lean cloud backtest '{ProjectName}' --name {BacktestName}"
# command to access backtest results and rolling stats?

Author