From 96924cdd0f4b31bf332e5200ee893cbabb1ad0b6 Mon Sep 17 00:00:00 2001 From: LordGrey <48840279+Lord-Grey@users.noreply.github.com> Date: Wed, 13 Mar 2024 21:04:20 +0100 Subject: [PATCH 1/2] Create dependabot.yml --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..e33811f69 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" From 2d2f35e3138a7a94b4f01296f324dceaeb51fcd8 Mon Sep 17 00:00:00 2001 From: LordGrey <48840279+Lord-Grey@users.noreply.github.com> Date: Wed, 4 Jun 2025 21:55:07 +0200 Subject: [PATCH 2/2] Rename "-v" & "--verbose" options to "-i" & "--info to not overlap with version information --- docs/de/user/advanced/CLI.md | 8 ++++---- docs/user/advanced/CLI.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/de/user/advanced/CLI.md b/docs/de/user/advanced/CLI.md index 404a1a647..4eb724e79 100644 --- a/docs/de/user/advanced/CLI.md +++ b/docs/de/user/advanced/CLI.md @@ -14,7 +14,7 @@ hyperiond --resetPassword # Überschreibe den Pfad für die Benutzerdaten (der standardmäßig auf dein Home-Verzeichnis eingestellt ist) hyperiond --userdata /temp/anotherDir -# Log-Level temporär überschreiben: hyperiond -s für silent -v für verbose und -d für debug +# Log-Level temporär überschreiben: hyperiond -s für "Silent" -v für "Info" und -d für "Debug" hyperiond -d # Effekte in ein Verzeichnis exportieren @@ -27,13 +27,13 @@ hyperiond --desktop hyperiond --readonlyMode # Exportiere die aktuelle Konfiguration in das Hyperion Standardverzeichnis ~/.hyperion/archive -hyperiond -v --exportConfig "" +hyperiond -i --exportConfig "" # Exportiere die aktuelle Konfiguration in ein Verzeichnis Deiner Wahl; hier das aktuelle Verzeichnis -hyperiond -v --exportConfig "." +hyperiond -i --exportConfig "." # Importiere eine Konfigurationssicherungsdatei -hyperiond -v --importConfig ./HyperionBackup_2025-05-28-151224-615_v2.1.json +hyperiond -i --importConfig ./HyperionBackup_2025-05-28-151224-615_v2.1.json ``` ::: tip Tip diff --git a/docs/user/advanced/CLI.md b/docs/user/advanced/CLI.md index 79ef3b2e7..7881c3ec4 100644 --- a/docs/user/advanced/CLI.md +++ b/docs/user/advanced/CLI.md @@ -13,7 +13,7 @@ hyperiond --resetPassword # Overwrite the path for user data (which defaults to your home directory) hyperiond --userdata /temp/anotherDir -# Overwrite log level temporarily: hyperiond -s for silent -v for verbose and -d for debug +# Overwrite log level temporarily: hyperiond -s for "Silent" -i for "Info" and -d for "Debug" hyperiond -d # Export effects to directory @@ -26,13 +26,13 @@ hyperiond --desktop hyperiond --readonlyMode # Export the current configuration into default Hyperion user directory ~/.hyperion/archive -hyperiond -v --exportConfig "" +hyperiond -i --exportConfig "" # Export the current configuration into a directory of your choice; here the current directory -hyperiond -v --exportConfig "." +hyperiond -i --exportConfig "." # Import a HyperionBackup JSON file -hyperiond -v --importConfig ./HyperionBackup_2025-05-28-151224-615_v2.1.json +hyperiond -i --importConfig ./HyperionBackup_2025-05-28-151224-615_v2.1.json ``` ::: tip