@immich/cli 2.2.71 → 2.2.72
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -19971,7 +19971,7 @@ const serverInfo = async (options2) => {
|
|
|
19971
19971
|
console.log(` Videos: ${stats.videos}`);
|
|
19972
19972
|
console.log(` Total: ${stats.total}`);
|
|
19973
19973
|
};
|
|
19974
|
-
const version = "2.2.
|
|
19974
|
+
const version = "2.2.72";
|
|
19975
19975
|
const defaultConfigDirectory = path$1.join(os.homedir(), ".config/immich/");
|
|
19976
19976
|
const program = new Command().name("immich").version(version).description("Command line interface for Immich").addOption(
|
|
19977
19977
|
new Option("-d, --config-directory <directory>", "Configuration directory where auth.yml will be stored").env("IMMICH_CONFIG_DIR").default(defaultConfigDirectory)
|