Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var LogCmd = &cobra.Command{
Use: "log",
Short: "Show logs of the services",
PreRunE: preRun,
RunE: logRun,
Example: ` we log --project chat --service data
we log --service data
we log --project chat --service data
we log --url data-chat.wedeploy.io
we log --url data-chat.wedeploy.io --instance abc`,
}
LogCmd is used for getting logs about a given scope
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.