🚨 Add prominent red warning banner to publish command

This commit is contained in:
Vijay Janapa Reddi
2025-08-01 14:33:08 -04:00
parent 6982ab4805
commit 1c314666cd

5
binder
View File

@@ -969,6 +969,11 @@ class BookBinder:
def publish(self):
"""Publish the book (build + deploy) - Step by step process"""
console.print("\n" + "="*60)
console.print("[bold red]🚀 PUBLISHING WORKFLOW[/bold red]")
console.print("[red]This will publish the book to production![/red]")
console.print("="*60 + "\n")
console.print("[bold blue]🚀 MLSysBook Publishing Wizard[/bold blue]")
console.print("[dim]I'll guide you through publishing step by step[/dim]\n")