cmd

package
v0.0.14 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2024 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

View Source
const DockerIgnore = `# do not edit --- autogenerated by runiac --- do not edit
.git
.runiac
.runiac/
`
View Source
const DockerfileTemplate = `` /* 1172-byte string literal not displayed */

Variables

View Source
var (
	AppVersion      string
	Environment     string
	PrimaryRegions  []string
	RegionalRegions []string
	DryRun          bool
	SelfDestroy     bool
	Account         string
	LogLevel        string
	Interactive     bool
	Container       string = "docker.io/runiac/deploy:latest-alpine-full"
	Namespace       string
	DeploymentRing  string
	Local           bool
	Runner          string
	PullRequest     string
	StepWhitelist   []string
	Dockerfile      string = ".runiac/Dockerfile"
	ContainerEngine string = "docker"
	Test            bool   = false
)
View Source
var BaseContainer string
View Source
var Version, Commit, Date string

Functions

func Execute

func Execute()

func InitAction

func InitAction() bool

Types

type DirectoryLayoutType added in v0.0.7

type DirectoryLayoutType int
const (
	Simple DirectoryLayoutType = iota
	Tracks
	UnknownDirectoryLayoutType
)

type RunnerType added in v0.0.7

type RunnerType int
const (
	UnknownRunner RunnerType = iota
	ArmRunnerType
	TerraformRunnerType
)

type ScmType added in v0.0.7

type ScmType int
const (
	None ScmType = iota
	Git
	UnknownScmType
)

type ToolType added in v0.0.7

type ToolType int
const (
	AzureCLIToolType ToolType = iota
	GCloudToolType
	UnknownToolType
)

Jump to

Keyboard shortcuts

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