Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRootCommandForDocs ¶
NewRootCommandForDocs returns the fully wired root command with a stable Use ("bitrise"), for tools/gendocs. The normal root command derives Use from os.Args[0] to support a renamed/aliased binary, which would make generated doc filenames and command names depend on whatever name `go run` gives its temp binary, so the doc generator needs a pinned name instead.
Types ¶
type VersionOutputModel ¶
type VersionOutputModel struct {
Version string `json:"version" yaml:"version"`
FormatVersion string `json:"format_version" yaml:"format_version"`
OS string `json:"os" yaml:"os"`
GO string `json:"go" yaml:"go"`
BuildNumber string `json:"build_number" yaml:"build_number"`
Commit string `json:"commit" yaml:"commit"`
}
VersionOutputModel ...
Source Files
¶
Directories
¶
| Path | Synopsis |
|---|---|
|
Package app implements the `bitrise app` command group: list, view, and create apps on Bitrise.
|
Package app implements the `bitrise app` command group: list, view, and create apps on Bitrise. |
|
Package build implements the `bitrise build` command group: trigger, list, view, log, watch, abort, and yml operations on Bitrise builds.
|
Package build implements the `bitrise build` command group: trigger, list, view, log, watch, abort, and yml operations on Bitrise builds. |
|
Package cmdtest is the shared test harness for rde command groups.
|
Package cmdtest is the shared test harness for rde command groups. |
|
picker
Package picker is a small reusable arrow-key list selector built on bubbletea.
|
Package picker is a small reusable arrow-key list selector built on bubbletea. |
|
Package purr implements the `bitrise purr` easter egg: an animated ASCII cat mascot with a rainbow-shimmer message.
|
Package purr implements the `bitrise purr` easter egg: an animated ASCII cat mascot with a rainbow-shimmer message. |
|
claude
Package claude wires the `bitrise rde claude` command: spin up an RDE session and attach straight into Claude Code.
|
Package claude wires the `bitrise rde claude` command: spin up an RDE session and attach straight into Claude Code. |
|
savedinput
Package savedinput wires `bitrise rde saved-input` subcommands.
|
Package savedinput wires `bitrise rde saved-input` subcommands. |
Click to show internal directories.
Click to hide internal directories.