Documentation ¶
Overview ¶
Package cmd contains the source for the `astro` command line tool that operators use to interact with the project.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AstroCLI ¶
type AstroCLI struct {
// contains filtered or unexported fields
}
AstroCLI is the main CLI program, where flags and state are stored for the running program.
func NewAstroCLI ¶
NewAstroCLI creates a new AstroCLI.
type Option ¶
Option is an option for the cli that allows for changing of options or dependency injection for testing.
func WithStderr ¶
WithStderr allows you to pass a custom stderr.
func WithStdout ¶
WithStdout allows you to pass custom input.
Click to show internal directories.
Click to hide internal directories.