I want to input some options if I want to input those. Is there any ways to do this?
For example, I want to generate such file if I want to use Firebase.
{% if firebase %}
FIREBASE_APP_ID = '{{ firebase.app_id }}'
FIREBASE_CI_TOKEN = '{{ firebase.ci_token }}'
FIREBASE_APP_DISTRIBUTION_GROUP = '{{ firebase.app_distribution_group }}'
{% endif %}
This feature may be able to be realized as single attempt of array input option, but I couldn't find how to input options only once.
I want to input some options if I want to input those. Is there any ways to do this?
For example, I want to generate such file if I want to use Firebase.
This feature may be able to be realized as single attempt of array input option, but I couldn't find how to input options only once.