Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{
Use: "docker-deploy-client",
Short: "Deploy and check status of deploying Docker containers",
Long: `Client for making requests to a docker-deploy-server to deploy
Docker containers into one or more machines (swarm cluster) and check the
status of a previous deploy request,`,
}
RootCmd represents the base command when called without any subcommands
Functions ¶
Types ¶
type DeployResult ¶
type DeployResult struct {
DeployID string `json:"deployID"`
}
Click to show internal directories.
Click to hide internal directories.