gh codespace ports visibility

更改转发端口的可见性

gh codespace ports visibility <port>:{public|private|org}...

从父命令继承的选项

-c, --codespace <string>
codespace 的名称
-R, --repo <string>
按仓库名称(用户/仓库)过滤 codespace 选择
--repo-owner <string>
按仓库所有者(用户名或组织)过滤 codespace 选择

示例

gh codespace ports visibility 80:org 3000:private 8000:public

另请参见