Updated validate_socrata_domain method to query /api/catalog/v1 instead of /api/views.
The main reason for this change is to bypass a server error on data.wa.gov/api/views (EN-64023).
Added a command line option --skip-dep-check to skip dependency checks during generate. This is primarily for Windows users who may have issues with command during dependency validation.
Added a new option during generate to allow users to specify homepage view permission level. This allows developers to deploy internal homepages to EDP domains.
Implemented several internal improvements for code stability and maintainability.
Removed custom success log level and associated MarbleLogger class.
Added logic to provide a meaningful error when credentials that are otherwise valid in an auth environment are used on a domain for which they are invalid.