You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2025-11-04T17:33:20.960482Z INFO torrust_dependency_installer::handlers::check: Dependency is not installed dependency="OpenTofu" status="not installed"
90
101
Error: Check command failed: Failed to check specific dependency: opentofu: not installed
91
102
103
+
# Install all dependencies
104
+
$ dependency-installer install
105
+
2025-11-04T19:30:10.000000Z INFO torrust_dependency_installer::handlers::install: Installing all dependencies
106
+
2025-11-04T19:30:10.100000Z INFO torrust_dependency_installer::installer::cargo_machete: Installing cargo-machete dependency="cargo-machete"
107
+
2025-11-04T19:30:25.000000Z INFO torrust_dependency_installer::handlers::install: Dependency installation result dependency="cargo-machete" status="installed"
108
+
2025-11-04T19:30:25.100000Z INFO torrust_dependency_installer::installer::opentofu: Installing OpenTofu dependency="opentofu"
109
+
2025-11-04T19:30:40.000000Z INFO torrust_dependency_installer::handlers::install: Dependency installation result dependency="OpenTofu" status="installed"
110
+
...
111
+
2025-11-04T19:31:00.000000Z INFO torrust_dependency_installer::handlers::install: All dependencies installed successfully
112
+
113
+
# Install specific dependency with verbose logging
0 commit comments