Documentation ¶
Overview ¶
SPDX-License-Identifier: MIT Copyright (c) 2019 Hadrien Chauvin
SPDX-License-Identifier: MIT Copyright (c) 2019 Hadrien Chauvin
Index ¶
- func Batch(ctx context.Context, batchCfg *BatchCfg) error
- func Deploy(ctx context.Context, deployCfg *DeployCfg) error
- func Gc(ctx context.Context, gcCfg *GcCfg) error
- func Hold(holdCfg *HoldConfig) error
- func Lint(ctx context.Context, lintCfg *LintCfg) error
- func Rm(rmCfg *RmCfg) error
- type BatchCfg
- type DeployCfg
- type GcCfg
- type HoldConfig
- type LintCfg
- type RmCfg
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Hold ¶
func Hold(holdCfg *HoldConfig) error
Hold deploy a stacks, then hold it until either 1) the run specifications are executed, 2) the user requests it (via, e.g., Ctl-C).
Types ¶
type BatchCfg ¶ added in v0.1.0
type BatchCfg struct { WorkingDir string ConfigPath string BatchPath string Parallelism int MaxStacksPerPipeline int Tags string Focus string Bail bool Report string Stream bool }
BatchCfg configures the Batch function.
type HoldConfig ¶
type HoldConfig struct { WorkingDir string ConfigPath string PipelinePath string Dev bool Tail bool Run []string Setup string DumpEnv string PersistEnv bool Wait bool Rm bool }
HoldConfig gives the configuration for the Hold function.
Click to show internal directories.
Click to hide internal directories.