Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var LogCmd = &cobra.Command{
Use: "log <host> or --project <project> --container <container> --instance hash",
Short: "See logs of what is running on WeDeploy",
PreRunE: preRun,
RunE: logRun,
Example: `we log --project chat --container data
we log chat
we log data.chat
we log data.chat.wedeploy.me
we log 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.