Documentation ¶
Index ¶
- Constants
- Variables
- func ExecuteCreateDeployment(cmd *cobra.Command, _ []string) error
- func GetGCPCheckPermissionsCmd() *cobra.Command
- func GetGCPCmd() *cobra.Command
- func GetGCPCreateDeploymentCmd() *cobra.Command
- func GetGCPCreateProjectCmd() *cobra.Command
- func GetGCPCreateVMCmd() *cobra.Command
- func GetGCPDestroyCmd() *cobra.Command
- func GetListAllAssetsInProjectCmd() *cobra.Command
- func InitializeCommands()
- type ConfigDeployment
Constants ¶
View Source
const ( RetryTimeout = 2 * time.Second DefaultSSHPort = 22 )
Variables ¶
View Source
var DestroyCmd = &cobra.Command{
Use: "destroy",
Short: "List and destroy GCP deployments",
Long: `List all active GCP deployments in config.yaml,
and allow the user to select one for destruction. Projects that are already being destroyed will not be listed.`,
RunE: runDestroy,
}
Functions ¶
func GetGCPCreateProjectCmd ¶
func GetGCPCreateVMCmd ¶
func GetGCPDestroyCmd ¶
func InitializeCommands ¶
func InitializeCommands()
Types ¶
type ConfigDeployment ¶
Click to show internal directories.
Click to hide internal directories.