package
0.2.5
Repository: https://github.com/slalombuild/fusion.git
Documentation: pkg.go.dev

# README

gcpcmd

import "github.com/slalombuild/fusion/internal/commands/gcpcmd"

Package gcpcmd contains all commands for the gcp section of the fusion cli

Commands

GCP commands can be executed with fusion new gcp

Index

Variables

var (
    ErrGenLoadbalancer = "failed to generate terraform for loadbalancer"
    ErrHighlight       = "error highlighting terraform"
)

type GCP

type GCP struct {
    LoadBalancer NewLoadBalancerCommand `cmd:"" aliases:"lb" help:"Create new GCP load balancer"`
}

type Globals

type Globals struct {
    Region string `enum:"us-central1" default:"us-central1"`
}

type NewLoadBalancerCommand

type NewLoadBalancerCommand struct {
    *gcp.InternalLoadBalancer `embed:""`
}

func (*NewLoadBalancerCommand) Run

func (cmd *NewLoadBalancerCommand) Run(ctx *commands.Context) error

Generated by gomarkdoc

# Variables

No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author