- package v2
- import (
- "context"
- "fmt"
- )
- // CreateFull implements the functionality of the `porter create` command for validate apply v2 projects
- func CreateFull(ctx context.Context) error {
- fmt.Println("This command is not supported for your project. Contact support@porter.run for more information.")
- return nil
- }
|