Documentation ¶
Index ¶
- Constants
- Variables
- func ExecuteCreateDeployment(cmd *cobra.Command, _ []string) error
- func GetAwsCmd() *cobra.Command
- func GetAwsCreateDeploymentCmd() *cobra.Command
- func GetAwsDestroyCmd() *cobra.Command
- func GetAwsDiagnosticsCmd() *cobra.Command
- func GetAwsListDeploymentsCmd() *cobra.Command
- func InitializeCommands()
- func NewVpcStack(scope constructs.Construct, id string, props *awscdk.StackProps) awscdk.Stack
- type ConfigDeployment
Constants ¶
View Source
const ( RetryTimeout = 2 * time.Second DefaultSSHPort = 22 )
Variables ¶
View Source
var AwsCmd = &cobra.Command{
Use: "aws",
Short: "AWS-related commands",
Long: `Commands for interacting with AWS resources.`,
}
Functions ¶
func GetAwsCreateDeploymentCmd ¶ added in v0.0.20
func GetAwsDestroyCmd ¶ added in v0.0.20
func GetAwsDiagnosticsCmd ¶ added in v0.0.20
GetAwsDiagnosticsCmd returns the diagnostics command
func GetAwsListDeploymentsCmd ¶ added in v0.0.20
func InitializeCommands ¶ added in v0.0.20
func InitializeCommands()
func NewVpcStack ¶ added in v0.0.20
func NewVpcStack(scope constructs.Construct, id string, props *awscdk.StackProps) awscdk.Stack
Types ¶
type ConfigDeployment ¶ added in v0.0.20
Click to show internal directories.
Click to hide internal directories.