mirror of
https://github.com/apple/pkl.git
synced 2026-08-26 21:54:03 +02:00
Add pkl project package --install to local cache (#1795)
This commit is contained in:
@@ -670,6 +670,12 @@ Example: `--test-reporter minimal` +
|
||||
Which test reporter to use for CLI output. Possible values are `spec` and `minimal`.
|
||||
====
|
||||
|
||||
.--install
|
||||
[%collapsible]
|
||||
====
|
||||
Install the built package into the module cache dir.
|
||||
====
|
||||
|
||||
This command also takes <<common-options,common options>>.
|
||||
|
||||
[[command-project-resolve]]
|
||||
|
||||
@@ -694,6 +694,13 @@ Example: `reporter = "minimal"` +
|
||||
Which test reporter to use for CLI output. Possible values are `"spec"` and `"minimal"`.
|
||||
====
|
||||
|
||||
.install: Property<Boolean>
|
||||
[%collapsible]
|
||||
====
|
||||
Default: `false` +
|
||||
Install the built package into the module cache dir.
|
||||
====
|
||||
|
||||
Common properties:
|
||||
|
||||
include::../partials/gradle-common-properties.adoc[]
|
||||
|
||||
Reference in New Issue
Block a user