File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
#+TITLE: Changelog
2
2
3
3
* Unreleased
4
+ ** Changed
5
+ - alias: `:search/libraries` use `-F:save` to save found libspec to project deps.edn
4
6
5
7
* 2023-11-03
6
8
** Changed
Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ Then the project can be run using `clojure -X:project/run` and arguments can opt
293
293
| -----------------------------------------------------| -----------------------------------------------------------|
294
294
| ` clojure -M:project/check ` | detailed report of compilation errors for a project |
295
295
| ` clojure -M:search/libraries library-name ` | fuzzy search Maven & Clojars |
296
- | ` clojure -M:search/libraries -F:merge library-name ` | fuzzy search Maven & Clojars and save to project deps.edn |
296
+ | ` clojure -M:search/libraries -F:save library-name ` | fuzzy search Maven & Clojars and save to project deps.edn |
297
297
| ` clojure -T:search/outdated ` | report newer versions for maven and git dependencies |
298
298
| ` clojure -M:search/outdated-mvn ` | check for newer dependencies (maven only) |
299
299
Original file line number Diff line number Diff line change 273
273
; ; https://github.com/hagmonk/find-deps
274
274
; ; clojure -M:search/libraries http-kit # fuzzy search for dependency
275
275
; ; clojure -M:search/libraries http-kit ring compojure # multiple deps
276
- ; ; clojure -M:search/libraries --format:merge http-kit # merge dep into deps.edn file
276
+ ; ; clojure -M:search/libraries --format:save http-kit # save into deps.edn file
277
277
:search/libraries
278
278
{:extra-deps
279
279
{find-deps/find-deps
You can’t perform that action at this time.
0 commit comments