gcpcmd

package
v0.2.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 30, 2023 License: MIT Imports: 4 Imported by: 0

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

Documentation

Overview

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

Commands

GCP commands can be executed with

fusion new gcp

Index

Constants

This section is empty.

Variables

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

Functions

This section is empty.

Types

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL