@immich/cli 2.7.4 → 3.0.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -7
- package/dist/index.js +3284 -2867
- package/mise.toml +24 -1
- package/package.json +9 -12
- package/.nvmrc +0 -1
package/README.md
CHANGED
|
@@ -4,14 +4,9 @@ Please see the [Immich CLI documentation](https://docs.immich.app/features/comma
|
|
|
4
4
|
|
|
5
5
|
# For developers
|
|
6
6
|
|
|
7
|
-
Before building the CLI, you must build the immich server and the open-api client.
|
|
7
|
+
Before building the CLI, you must build the immich server and the open-api client. You can use the following command:
|
|
8
8
|
|
|
9
|
-
$
|
|
10
|
-
$ pnpm run build
|
|
11
|
-
|
|
12
|
-
Then, to build the open-api client run the following in the open-api folder:
|
|
13
|
-
|
|
14
|
-
$ ./bin/generate-open-api.sh
|
|
9
|
+
$ mise //:open-api
|
|
15
10
|
|
|
16
11
|
## Run from build
|
|
17
12
|
|