You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/04/03 20:33:12 UTC

[GitHub] [airflow] mik-laj edited a comment on issue #8105: Set variable from stdin

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:
users@infra.apache.org


With regards,
Apache Git Services