File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,10 @@ suitable to [autoupdate your project safely][the-copier-answersyml-file]:
105
105
106
106
Furthermore, the following keys are added :
107
107
108
+ # ### `_copier_conf.os`
109
+
110
+ The detected Operating System, either `linux`, `macos`, `windows` or `None`.
111
+
108
112
# ### `_copier_conf.sep`
109
113
110
114
The Operating System-specific directory separator.
@@ -113,6 +117,10 @@ The Operating System-specific directory separator.
113
117
114
118
The current commit hash from the template.
115
119
120
+ # ## `_copier_python`
121
+
122
+ The absolute path of the Python interpreter running Copier.
123
+
116
124
# # Variables (context-dependent)
117
125
118
126
Some variables are only available in select contexts :
@@ -122,3 +130,9 @@ Some variables are only available in select contexts:
122
130
The current operation, either `copy` or `update`.
123
131
124
132
Availability : [`exclude`](configuring.md#exclude), [`tasks`](configuring.md#tasks)
133
+
134
+ # # Variables (context-specific)
135
+
136
+ Some rendering contexts provide variables unique to them :
137
+
138
+ - [`migrations`](configuring.md#migrations)
You can’t perform that action at this time.
0 commit comments