Remove deprecated code from base command class.
Review Request #13598 — Created March 1, 2024 and submitted — Latest diff uploaded
Our updates to BaseCommand to standardize initialization of common
features (such as the API client or the repository) left a few things
around that were marked as deprecated. This change cleans those up.
Ran unit tests.