spec-kitty-dashboard

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Dashboard Access

控制面板访问

This command launches the Spec Kitty dashboard in your browser using the spec-kitty CLI.
此命令通过spec-kitty CLI在浏览器中启动Spec Kitty控制面板。

What to do

操作步骤

Simply run the
spec-kitty dashboard
command to:
  • Start the dashboard if it's not already running
  • Open it in your default web browser
  • Display the dashboard URL
If you need to stop the dashboard, you can use
spec-kitty dashboard --kill
.
只需运行
spec-kitty dashboard
命令即可:
  • 若控制面板未运行则启动它
  • 在默认网页浏览器中打开它
  • 显示控制面板URL
若需要停止控制面板,可使用
spec-kitty dashboard --kill
命令。

Implementation

执行方式

Execute the following terminal command:
bash
spec-kitty dashboard
在终端中执行以下命令:
bash
spec-kitty dashboard

Additional Options

额外选项

  • To specify a preferred port:
    spec-kitty dashboard --port 8080
  • To stop the dashboard:
    spec-kitty dashboard --kill
  • 指定偏好端口:
    spec-kitty dashboard --port 8080
  • 停止控制面板:
    spec-kitty dashboard --kill

Success Criteria

成功标准

  • User sees the dashboard URL clearly displayed
  • Browser opens automatically to the dashboard
  • If browser doesn't open, user gets clear instructions
  • Error messages are helpful and actionable
  • 用户能清晰看到控制面板URL
  • 浏览器自动打开控制面板
  • 若浏览器未打开,用户会收到清晰的操作指引
  • 错误消息实用且可执行