Dry run and list changes as files?

I am trying to migrate to the CLI. Is there a way to do a dry-run that shows the file changes that will be made between the repository and storage? with -dry-run and -stats I get a long list of chunk changes that take a very long time as I am guessing its actually calculating the chunks to back up. I just want to see what new files and changed files it sees without calculating all of the chunks.

Unfortunately -dry-run doesn’t stop after all changed files have been detected. It will continue to read these files and create chunks that aren’t actually uploaded.