Documentation
¶
Overview ¶
Package status provides the global status command for viewing all staged changes.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
Verbose bool
}
Options holds the options for the status command.
type Runner ¶
type Runner struct {
Store store.ReadWriteOperator
// Services lists the provider services in stable display order.
Services []stgcli.GlobalServiceSpec
Stdout io.Writer
Stderr io.Writer
}
Runner executes the status command.
Click to show internal directories.
Click to hide internal directories.