@@ -217,15 +217,15 @@ def create(
217217 successfully built Blueprint with the given name. Only one of (Snapshot ID,
218218 Blueprint ID, Blueprint name) should be specified.
219219
220- code_mounts: A list of code mounts to be included in the Devbox.
220+ code_mounts: A list of code mounts to be included in the Devbox. Use mounts instead.
221221
222222 entrypoint: (Optional) When specified, the Devbox will run this script as its main
223223 executable. The devbox lifecycle will be bound to entrypoint, shutting down when
224224 the process is complete.
225225
226226 environment_variables: (Optional) Environment variables used to configure your Devbox.
227227
228- file_mounts: (Optional) Map of paths and file contents to write before setup..
228+ file_mounts: Map of paths and file contents to write before setup. Use mounts instead .
229229
230230 launch_parameters: Parameters to configure the resources and launch time behavior of the Devbox.
231231
@@ -1755,15 +1755,15 @@ async def create(
17551755 successfully built Blueprint with the given name. Only one of (Snapshot ID,
17561756 Blueprint ID, Blueprint name) should be specified.
17571757
1758- code_mounts: A list of code mounts to be included in the Devbox.
1758+ code_mounts: A list of code mounts to be included in the Devbox. Use mounts instead.
17591759
17601760 entrypoint: (Optional) When specified, the Devbox will run this script as its main
17611761 executable. The devbox lifecycle will be bound to entrypoint, shutting down when
17621762 the process is complete.
17631763
17641764 environment_variables: (Optional) Environment variables used to configure your Devbox.
17651765
1766- file_mounts: (Optional) Map of paths and file contents to write before setup..
1766+ file_mounts: Map of paths and file contents to write before setup. Use mounts instead .
17671767
17681768 launch_parameters: Parameters to configure the resources and launch time behavior of the Devbox.
17691769
0 commit comments