Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Main = &cobra.Command{
Use: "monorepo",
Short: "Helpers for CircleCI Monorepo Support",
}
Main cobra command for monorepo support
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component struct { ID string `yaml:"id"` Name string `yaml:"name"` Dependencies []string `yaml:"deps"` Path string `yaml:"path"` }
Component struct represent the configuration stored in yaml enriched by the relative path of the component in relation to the rootDirectory.
type ComponentGraph ¶
type ComponentGraph struct {
// contains filtered or unexported fields
}
ComponentGraph struct represent the graph of all components found in the specified rootDirectory and its subdirectories.
Click to show internal directories.
Click to hide internal directories.