Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddCommands ¶
func AddRepoFlags ¶
Types ¶
type PluginsListCommand ¶
type PluginsListCommand struct {
*glazedcmds.CommandDescription
}
func NewPluginsListCommand ¶
func NewPluginsListCommand() (*PluginsListCommand, error)
func (*PluginsListCommand) RunIntoWriter ¶
func (c *PluginsListCommand) RunIntoWriter(ctx context.Context, parsedLayers *layers.ParsedLayers, w io.Writer) error
type RepoContext ¶
type RepoContext struct {
RepoRoot string
ConfigPath string
Cwd string
Strict bool
DryRun bool
Timeout time.Duration
}
func RepoContextFromCobra ¶
func RepoContextFromCobra(cmd *cobra.Command) (RepoContext, error)
func RepoContextFromParsedLayers ¶
func RepoContextFromParsedLayers(parsedLayers *glazedlayers.ParsedLayers) (RepoContext, error)
func (RepoContext) RequestMeta ¶
func (rc RepoContext) RequestMeta() runtime.RequestMeta
type RepoSettings ¶
type StatusCommand ¶
type StatusCommand struct {
*glazedcmds.CommandDescription
}
func NewStatusCommand ¶
func NewStatusCommand() (*StatusCommand, error)
func (*StatusCommand) RunIntoWriter ¶
func (c *StatusCommand) RunIntoWriter(ctx context.Context, parsedLayers *layers.ParsedLayers, w io.Writer) error
type StatusSettings ¶
type StatusSettings struct {
TailLines int `glazed.parameter:"tail-lines"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.