Directories
¶
| Path | Synopsis |
|---|---|
|
Package api re-exports the HTTP middleware stack from api/internal/httpx so callers outside the api/ subtree (notably pkg/cmd/factory) can wrap their http.Client transports without needing access to the internal package.
|
Package api re-exports the HTTP middleware stack from api/internal/httpx so callers outside the api/ subtree (notably pkg/cmd/factory) can wrap their http.Client transports without needing access to the internal package. |
|
cloud
Package cloud does not implement AdminClient.
|
Package cloud does not implement AdminClient. |
|
internal/httpx
Package httpx is the shared HTTP transport used by the Bitbucket Server/DC and Cloud API adapters.
|
Package httpx is the shared HTTP transport used by the Bitbucket Server/DC and Cloud API adapters. |
|
internal/paging
Package paging bounds typed pagination above httpx.Transport.GetAllJSON.
|
Package paging bounds typed pagination above httpx.Transport.GetAllJSON. |
|
server
Package server is the Bitbucket Data Center (a.k.a.
|
Package server is the Bitbucket Data Center (a.k.a. |
|
cmd
|
|
|
bitbottle
command
|
|
|
Package git wraps internal/run.Runner to provide git-specific operations.
|
Package git wraps internal/run.Runner to provide git-specific operations. |
|
internal
|
|
|
aliases
Package aliases stores user-defined command shortcuts in ~/.config/bitbottle/aliases.yml.
|
Package aliases stores user-defined command shortcuts in ~/.config/bitbottle/aliases.yml. |
|
envvars
Package envvars is the single source of truth for environment variables that influence bitbottle's behavior.
|
Package envvars is the single source of truth for environment variables that influence bitbottle's behavior. |
|
profiles
Package profiles stores named credential profiles in ~/.config/bitbottle/profiles.yml.
|
Package profiles stores named credential profiles in ~/.config/bitbottle/profiles.yml. |
|
userconfig
Package userconfig stores bitbottle user preferences in ~/.config/bitbottle/config.yml.
|
Package userconfig stores bitbottle user preferences in ~/.config/bitbottle/config.yml. |
|
pkg
|
|
|
cmd/admin
Package admin is the root of the `admin` subcommand tree.
|
Package admin is the root of the `admin` subcommand tree. |
|
cmd/admin/logging
Package logging is the `admin logging` subcommand tree.
|
Package logging is the `admin logging` subcommand tree. |
|
cmd/admin/logging/get
Package get implements `admin logging get`.
|
Package get implements `admin logging get`. |
|
cmd/admin/logging/set
Package set implements `admin logging set`.
|
Package set implements `admin logging set`. |
|
cmd/admin/secrets
Package secrets is the `admin secrets` subcommand tree.
|
Package secrets is the `admin secrets` subcommand tree. |
|
cmd/admin/secrets/rotate
Package rotate implements `admin secrets rotate`.
|
Package rotate implements `admin secrets rotate`. |
|
cmd/alias
Package alias implements `bitbottle alias` — user-defined command shortcuts.
|
Package alias implements `bitbottle alias` — user-defined command shortcuts. |
|
cmd/api
Package api implements `bitbottle api` — a generic Bitbucket REST passthrough modeled on `gh api`.
|
Package api implements `bitbottle api` — a generic Bitbucket REST passthrough modeled on `gh api`. |
|
cmd/branch/protect
Package protect is the root of the `branch protect` subcommand tree.
|
Package protect is the root of the `branch protect` subcommand tree. |
|
cmd/codeinsights
Package codeinsights is the root of the `code-insights` command group.
|
Package codeinsights is the root of the `code-insights` command group. |
|
cmd/codeinsights/annotation
Package annotation is the `code-insights annotation` subcommand group.
|
Package annotation is the `code-insights annotation` subcommand group. |
|
cmd/codeinsights/mergecheck
Package mergecheck is the `code-insights merge-check` subcommand group.
|
Package mergecheck is the `code-insights merge-check` subcommand group. |
|
cmd/codeinsights/report
Package report is the `code-insights report` subcommand group.
|
Package report is the `code-insights report` subcommand group. |
|
cmd/config
Package config implements `bitbottle config` — get/set/list user preferences stored in ~/.config/bitbottle/config.yml.
|
Package config implements `bitbottle config` — get/set/list user preferences stored in ~/.config/bitbottle/config.yml. |
|
cmd/context
Package context implements the `bitbottle context` command — a single one-call orientation primitive that returns the current host, project, slug, branch, default branch, ahead/behind counts vs the default branch, authenticated user, and backend type.
|
Package context implements the `bitbottle context` command — a single one-call orientation primitive that returns the current host, project, slug, branch, default branch, ahead/behind counts vs the default branch, authenticated user, and backend type. |
|
cmd/deployment/shared
Package shared holds format helpers for deployment and environment subcommands.
|
Package shared holds format helpers for deployment and environment subcommands. |
|
cmd/factory/factorytest
Package factorytest builds a *factory.Factory for tests with sane, minimal defaults.
|
Package factorytest builds a *factory.Factory for tests with sane, minimal defaults. |
|
cmd/internal/cmdtest
Package cmdtest holds shared test fixtures for pkg/cmd subcommand tests.
|
Package cmdtest holds shared test fixtures for pkg/cmd subcommand tests. |
|
cmd/issue
Package issue implements the `bitbottle issue` command group.
|
Package issue implements the `bitbottle issue` command group. |
|
cmd/perms
Package perms is the root of the `perms` subcommand tree.
|
Package perms is the root of the `perms` subcommand tree. |
|
cmd/perms/project
Package project is the `perms project` subcommand tree.
|
Package project is the `perms project` subcommand tree. |
|
cmd/perms/repo
Package repo is the `perms repo` subcommand tree.
|
Package repo is the `perms repo` subcommand tree. |
|
cmd/perms/shared
Package shared provides shared helpers for the perms command tree.
|
Package shared provides shared helpers for the perms command tree. |
|
cmd/pipeline/shared
Package shared holds helpers used across pipeline subcommands.
|
Package shared holds helpers used across pipeline subcommands. |
|
cmd/pipeline/variable
Package variable wires the `pipeline variable` command group.
|
Package variable wires the `pipeline variable` command group. |
|
cmd/pipeline/watch
Package watch implements `bb pipeline watch UUID`.
|
Package watch implements `bb pipeline watch UUID`. |
|
cmd/profile
Package profile implements the `profile` command group for managing named credential profiles (kubectl-context-like).
|
Package profile implements the `profile` command group for managing named credential profiles (kubectl-context-like). |
|
cmd/profile/create
Package create implements `profile create NAME`.
|
Package create implements `profile create NAME`. |
|
cmd/profile/delete
Package delete implements `profile delete NAME`.
|
Package delete implements `profile delete NAME`. |
|
cmd/profile/list
Package list implements `profile list`.
|
Package list implements `profile list`. |
|
cmd/profile/use
Package use implements `profile use NAME`.
|
Package use implements `profile use NAME`. |
|
cmd/project
Package project implements the `bitbottle project` command group.
|
Package project implements the `bitbottle project` command group. |
|
cmd/project/list
Package list implements `bitbottle project list WORKSPACE`.
|
Package list implements `bitbottle project list WORKSPACE`. |
|
cmd/search
Package search implements the `bitbottle search` command group.
|
Package search implements the `bitbottle search` command group. |
|
cmd/skill
Package skill implements the `bitbottle skill` command tree, which installs, refreshes, and removes the bundled bitbottle agent skill (the SKILL.md + references that teach AI agents how to drive bitbottle correctly).
|
Package skill implements the `bitbottle skill` command tree, which installs, refreshes, and removes the bundled bitbottle agent skill (the SKILL.md + references that teach AI agents how to drive bitbottle correctly). |
|
cmd/variable
Package variable wires the top-level `variable` command group.
|
Package variable wires the top-level `variable` command group. |
|
cmd/variable/delete
Package delete implements the `variable delete` subcommand.
|
Package delete implements the `variable delete` subcommand. |
|
cmd/variable/list
Package list implements the `variable list` subcommand.
|
Package list implements the `variable list` subcommand. |
|
cmd/variable/set
Package set implements the `variable set` subcommand.
|
Package set implements the `variable set` subcommand. |
|
cmd/variable/shared
Package shared holds format helpers for variable subcommands.
|
Package shared holds format helpers for variable subcommands. |
|
cmd/webhook
Package webhook is the root of the `webhook` subcommand tree.
|
Package webhook is the root of the `webhook` subcommand tree. |
|
cmd/webhook/shared
Package shared holds helpers used across webhook subcommands.
|
Package shared holds helpers used across webhook subcommands. |
|
cmd/workspace
Package workspace implements the `bitbottle workspace` command group.
|
Package workspace implements the `bitbottle workspace` command group. |
|
cmd/workspace/list
Package list implements `bitbottle workspace list`.
|
Package list implements `bitbottle workspace list`. |
|
cmdregistry
Package cmdregistry provides a self-registration mechanism for Cobra subcommands.
|
Package cmdregistry provides a self-registration mechanism for Cobra subcommands. |
|
errfmt
Package errfmt is the central renderer for user-facing CLI errors.
|
Package errfmt is the central renderer for user-facing CLI errors. |
|
test
|
|
Click to show internal directories.
Click to hide internal directories.