remove AF 3 block for astro variable create | list | update by jaketf · Pull Request #1888 · astronomer/astro-cli

Description

Describe the purpose of this pull request.

remove AF 3 block for astro variable [create | update | list]

🎟 Issue(s)

Related #XXX

🧪 Functional Testing

List the functional testing steps to confirm this feature or fix.

jake@Jakes-MacBook-Pro astro-cli % ./astro deployment variable create -n test-astro-exec-from-cli hey=jake
adding variable hey

Updated list of your Deployment's variables:
 #     KEY                 VALUE     SECRET     
 1     AIRFLOW_VAR_FOO     bar       false      
 2     hey                 jake      false      
jake@Jakes-MacBook-Pro astro-cli % ./astro deployment variable list -n test-astro-exec-from-cli         
 #     KEY                 VALUE     SECRET     
 1     AIRFLOW_VAR_FOO     bar       false      
 2     hey                 jake      false      
jake@Jakes-MacBook-Pro astro-cli % ./astro deployment variable update -n test-astro-exec-from-cli hey=felix
updating variable hey 

Updated list of your Deployment's variables:
 #     KEY                 VALUE     SECRET     
 1     AIRFLOW_VAR_FOO     bar       false      
 2     hey                 felix     false  

📸 Screenshots

Add screenshots to illustrate the validity of these changes.

📋 Checklist

  • Rebased from the main (or release if patching) branch (before testing)
  • Ran make test before taking out of draft
  • Ran make lint before 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