Documentation
¶
Overview ¶
Package project implements the `bitbottle project` command group. The group contains:
- `list WORKSPACE` — Cloud-only, lists projects inside a workspace.
- `server-list` / `view` / `create` / `edit` / `delete` — Server/DC only, manage the project namespace on Bitbucket Server / Data Center.
Index ¶
- func NewCmdCreate(f *factory.Factory) *cobra.Command
- func NewCmdDelete(f *factory.Factory) *cobra.Command
- func NewCmdEdit(f *factory.Factory) *cobra.Command
- func NewCmdProject(f *factory.Factory) *cobra.Command
- func NewCmdServerList(f *factory.Factory) *cobra.Command
- func NewCmdView(f *factory.Factory) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdCreate ¶ added in v1.98.0
NewCmdCreate builds `project create KEY --name NAME [--description TEXT] [--public]`.
func NewCmdDelete ¶ added in v1.98.0
NewCmdDelete builds `project delete KEY [--confirm] [--hostname HOST]`.
func NewCmdEdit ¶ added in v1.98.0
NewCmdEdit builds `project edit KEY [--name NAME] [--description TEXT] [--public=BOOL]`.
func NewCmdServerList ¶ added in v1.98.0
NewCmdServerList builds `project server-list [--filter PREFIX] [--limit N] [--hostname HOST]`.
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.