immich/server
Jonathan Jogenfors 6f4449d5e9
feat(cli) Add new CLI (#3066)
* Add new cli

* Remove old readme

* Add documentation to readme file

* Add github workflow tests for cli

* Fix typo in docs

* Add usage info to readme

* Add package-lock.json

* Fix tsconfig

* Cleanup

* Fix lint

* Cleanup package.json

* Fix accidental server change

* Remove rootdir from cli

* Remove tsbuildinfo

* Add prettierignore

* Make CLI use internal openapi specs

* Add ignore and dry-run features

* Sort paths alphabetically

* Don't remove substring

* Remove shorthand for delete

* Remove unused import

* Remove chokidar

* Set correct openapi cli generator script

* Add progress bar

* Rename target to asset

* Add deletion progress bar

* Ignore require statement

* Use read streams instead of readfile

* Fix github feedback

* Fix upload requires

* More github comments

* Cleanup messages

* Cleaner pattern concats

* Github comments

---------

Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2023-07-06 09:37:47 -05:00
..
bin feat(cli) Add new CLI (#3066) 2023-07-06 09:37:47 -05:00
e2e refactor(server): guards, decorators, and utils (#3060) 2023-07-01 13:27:34 -05:00
openapi-generator feat(cli) Add new CLI (#3066) 2023-07-06 09:37:47 -05:00
src fix(server): transcodes failing due to storage migration happening simultaneously (#3071) 2023-07-05 00:36:16 -05:00
test feat(web/server): Face thumbnail selection (#3081) 2023-07-02 17:46:20 -05:00
.dockerignore feat(immich-server) use ubuntu base-image (#851) 2022-10-24 14:59:07 -05:00
.eslintrc.js chore(docs): contributing (#1311) 2023-01-12 08:44:11 -06:00
.gitignore refactor(server)*: tsconfigs (#2689) 2023-06-08 10:01:07 -05:00
.prettierignore chore(docs): contributing (#1311) 2023-01-12 08:44:11 -06:00
.prettierrc chore(server): organize imports (#2779) 2023-06-16 19:54:17 +00:00
Dockerfile chore: add CLI tool to the server image (#2999) 2023-06-29 14:48:16 -05:00
immich-openapi-specs.json Version v1.66.1 2023-07-05 02:50:53 +00:00
jest-e2e.json refactor(server)*: tsconfigs (#2689) 2023-06-08 10:01:07 -05:00
LICENSE feat(docker) revert ubuntu base image (#863) 2022-10-25 14:18:37 -05:00
nest-cli.json refactor(server)*: tsconfigs (#2689) 2023-06-08 10:01:07 -05:00
openapitools.json chore(server): update openapi (#2205) 2023-04-08 21:26:09 -05:00
package-lock.json Version v1.66.1 2023-07-05 02:50:53 +00:00
package.json Version v1.66.1 2023-07-05 02:50:53 +00:00
start-microservices.sh refactor(server)*: tsconfigs (#2689) 2023-06-08 10:01:07 -05:00
start-server.sh refactor(server)*: tsconfigs (#2689) 2023-06-08 10:01:07 -05:00
start.sh refactor(server)*: tsconfigs (#2689) 2023-06-08 10:01:07 -05:00
tsconfig.build.json feat: M2TS (#2896) 2023-06-21 13:50:12 -05:00
tsconfig.json feat(web,server): add thumbhash support (#2649) 2023-06-17 22:22:31 -05:00