Files
pkl/docs/modules/pkl-cli/partials/cli-project-options.adoc
Peter Niederwieser ecad035dca Initial commit
2024-02-01 14:00:22 -08:00

27 lines
726 B
Plaintext

[[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.
====