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: "Show deployment logs",
PreRunE: preRun,
RunE: logRun,
Example: ` we log --project chat --container data
we log --container data
we log --project chat --container data
we log --url data-chat.wedeploy.me
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.