We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2da675e commit 44282e4Copy full SHA for 44282e4
docs/api/cli/cli.md
@@ -350,3 +350,13 @@ Print envd reference documentation
350
### help, h
351
352
Shows a list of commands or help for one command
353
+
354
+## new, n
355
356
+Create a new `build.envd` file from pre-defined templates
357
358
+**--force, -f**: Overwrite the build.envd if existed
359
360
+**--path, -p**="": Path to the directory of the build.envd (default: ".")
361
362
+**--template, -t**="": Template name to use (`envd bootstrap` will add [uv, conda, torch])
0 commit comments