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
console.print(f"[yellow]⚠️ Warning: Missing SSH config for {len(missing_clusters)} clusters. Try to run [bold]mila init[/bold] to add all available clusters.[/yellow]")
198
+
console.print(
199
+
f"[yellow]⚠️ Warning: Missing SSH config for {len(missing_clusters)} clusters. Try to run [bold]mila init[/bold] to add all available clusters.[/yellow]"
200
+
)
199
201
forclusterinmissing_clusters:
200
202
console.print(f"[yellow] - {cluster}[/yellow]")
201
203
else:
202
-
console.print("[green]✅ All clusters in the cluv config are present in your SSH config.[/green]")
204
+
console.print(
205
+
"[green]✅ All clusters in the cluv config are present in your SSH config.[/green]"
0 commit comments