mirror of
https://github.com/apple/pkl.git
synced 2026-03-23 01:29:20 +01:00
Initial commit
This commit is contained in:
26
docs/modules/pkl-cli/partials/cli-project-options.adoc
Normal file
26
docs/modules/pkl-cli/partials/cli-project-options.adoc
Normal file
@@ -0,0 +1,26 @@
|
||||
[[project-dir]]
|
||||
.--project-dir
|
||||
[%collapsible]
|
||||
====
|
||||
Default: (none) +
|
||||
Example: `/some/path` +
|
||||
Directory where the project lives.
|
||||
|
||||
A project is a directory that contains a `PklProject` file, which is used to declare package dependencies, as well as common evaluator settings to be applied in the project.
|
||||
|
||||
If omitted, this is determined by searching up from the working directory for a directory that contains a `PklProject` file, until `--root-dir` or the file system root is reached.
|
||||
====
|
||||
|
||||
[[omit-project-settings]]
|
||||
.--omit-project-settings
|
||||
[%collapsible]
|
||||
====
|
||||
Disables loading evaluator settings from the PklProject file.
|
||||
====
|
||||
|
||||
[[no-project]]
|
||||
.--no-project
|
||||
[%collapsible]
|
||||
====
|
||||
Disables all behavior related to projects.
|
||||
====
|
||||
Reference in New Issue
Block a user