Remove disable env objs config by jeremybeard · Pull Request #1912 · astronomer/astro-cli
Description
This change removes the disable_env_objs CLI config, which is no longer required now that the Astro environment manager feature is long GA, and that the feature already requires flags to be invoked.
🧪 Functional Testing
Checked locally that the feature continues to work.
📋 Checklist
- Rebased from the main (or release if patching) branch (before testing)
- Ran
make testbefore taking out of draft - Ran
make lintbefore taking out of draft - Added/updated applicable tests
- Tested against Astro-API (if necessary).
- Tested against Houston-API and Astronomer (if necessary).
- Communicated to/tagged owners of respective clients potentially impacted by these changes.
- Updated any related documentation