有没有办法在不使用控制台的情况下向我的 Firebase 项目添加新站点?

Is there a way to add a new site to my Firebase project without using the Console?

有没有办法让我在我的 Firebase 项目中 add/create 一个新站点,就像我使用 CLI 部署新项目一样。

Firebase CLI has a firebase hosting:sites:create command that looks promising. It looks like that wraps the corresponding /projects.sites/create REST API.

目前(根据​​ this question 的回答)似乎不可能通过 CLI 或 REST API 添加自定义域。目前只能通过 Firebase 控制台实现。