mik-laj edited a comment on issue #8105: Set variable from stdin
URL: https://github.com/apache/airflow/issues/8105#issuecomment-608645084
 
 
   This should work.
   ```bash
   airflow variables -s KEY "<(cat FILE)"
   ```
   or
   ```bash
   cat FILE | xargs -I {} airflow variables -s KEY '{}'
   ```
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to