Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{
Use: "cluster [ID|NAME]",
Short: "Show details of a cluster",
Long: "Show details of a cluster",
Example: ` # Show last 100 log lines for a cluster named "mycluster"
moactl logs cluster mycluster --tail=100
# Show logs for a cluster using the --cluster flag
moactl logs cluster --cluster=mycluster`,
Run: run,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.