Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RedeployCmd = &cobra.Command{ Use: "redeploy", Short: "Redeploy an existing stack in Portainer", Long: `Redeploy an existing Docker Compose stack in Portainer. This command will update the existing stack with the latest compose file and pull the latest images. The stack must already exist (created via 'pctl deploy').`, RunE: runRedeploy, SilenceUsage: true, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.