Update the Airflow CLI to initialise airflowctl as a client using existing core functionality, reusing the current internal API utilities to generate tokens and create the client from airflowctl, so commands can interact with Airflow services without adding new libraries or duplicating authentication and configuration logic.
The credentials module is not needed in this scope, as the token should live in memory and then fade away again without any interaction for each Airflow Core CLI call.
Update the Airflow CLI to initialise airflowctl as a client using existing core functionality, reusing the current internal API utilities to generate tokens and create the client from airflowctl, so commands can interact with Airflow services without adding new libraries or duplicating authentication and configuration logic.
The credentials module is not needed in this scope, as the token should live in memory and then fade away again without any interaction for each Airflow Core CLI call.