@immich/cli 2.7.5 → 3.0.0-rc.1

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 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. To build the server run the following in the server folder:
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
- $ pnpm install
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