Certbot scripting when adding new subdomains/wildcards via DNS

But if I use just the renew option, like so:

certbot renew certonly --cert-name a.domain.tld \
-d a.domain.tld,b.domain.tld,c.domain.tld,newlyadded.domain.tld

will that actually auto expand without interaction?
I can try, of course, using staging, but I think this should do the job, right?