Error Exporting Auth0 Deploy CLI: "A paid subscription is required for this feature."

Until early October 2024, exporting tenant configurations via the Auth0 Deploy CLI was working quite excellently. Around the time of the new pricing announcement, it stopped working.

There is a new error whenever attempting to export:

Problem loading tenant data from Auth0 Payment Required: A paid subscription is required for this feature

Here is a snippet of the Deploy CLI log:

a0deploy export --format yaml --output_folder=dev --config_file ./config/dev.json
2024-10-17T17:22:42.474Z - info: Loading Auth0 Tenant Data
2024-10-17T17:22:42.714Z - info: Retrieving rules data from Auth0
2024-10-17T17:22:42.854Z - info: Retrieving rulesConfigs data from Auth0

2024-10-17T17:23:10.851Z - info: Retrieving roles data from Auth0
2024-10-17T17:23:11.291Z - error: Problem running command export
2024-10-17T17:23:11.291Z - error: Problem loading tenant data from Auth0 Payment Required: A paid subscription is required for this feature.

A similar but different question was asked in this topic:

https://community.auth0.com/t/error-exporting-auth0-configuration-there-must-be-a-verified-credit-card-on-file-to-perform-this-operation

The ability to export the configuration, especially the Actions/Triggers code, is critical for local version control of our projects, regardless of if it using a free or paid subscription. Several of our projects are developed within a Free Plan and then deployed to multiple other paid customer tenants. Can anyone help me with this?