Documentation ¶
Index ¶
Constants ¶
View Source
const ( ConfigFileName string = "chronos.cue" SecretNamePrefix string = "services/bentest" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CICmd ¶
type DeployCmd ¶
type DeployCmd struct {
Project string `arg:"" help:"The path to the project to deploy."`
}
type DumpCmd ¶
type Get ¶
type Get struct { Key string `short:"k" help:"The key inside of the secret to get."` Project string `help:"Path to a project to use for getting secret configuration."` Provider string `short:"p" help:"The provider of the secret store." default:"aws"` Path string `arg:"" help:"The path to the secret (or path in a project blueprint if --project is specified)."` }
type GlobalArgs ¶
type ReleaseCmd ¶ added in v0.3.0
type ReleaseCmd struct { Force bool `short:"f" help:"Force the release to run."` Project string `arg:"" help:"Path to the project."` Release string `arg:"" help:"Name of the release."` }
func (*ReleaseCmd) Run ¶ added in v0.3.0
func (c *ReleaseCmd) Run(ctx run.RunContext) error
type RunCmd ¶
type RunCmd struct { Artifact string `short:"a" help:"Dump all produced artifacts to the given path."` Path string `arg:"" help:"The path to the target to execute (i.e., ./dir1+test)."` Platform []string `short:"p" help:"Run the target with the given platform."` Pretty bool `help:"Pretty print JSON output."` TargetArgs []string `arg:"" help:"Arguments to pass to the target." default:""` }
type ScanCmd ¶
type ScanCmd struct { Absolute bool `short:"a" help:"Output absolute paths."` Blueprint bool `help:"Return the blueprint for each project."` Earthfile bool `help:"Return the Earthfile targets for each project."` Filter []string `short:"f" help:"Filter Earthfile targets by regular expression or blueprint results by path."` Pretty bool `help:"Pretty print JSON output."` RootPath string `arg:"" help:"Root path to scan for Earthfiles and their respective targets."` }
type Set ¶
type Set struct { Field []string `short:"f" help:"A secret field to set."` Provider string `short:"p" help:"The provider of the secret store." default:"aws"` Path string `arg:"" help:"The path to the secret (or path in a project blueprint if --project is specified)."` Project string `help:"Path to a project to use for getting secret configuration."` Value string `arg:"" help:"The value to set." default:""` }
type TagCmd ¶
type ValidateCmd ¶
type ValidateCmd struct {
Project string `arg:"" help:"Path to the project."`
}
func (*ValidateCmd) Run ¶
func (c *ValidateCmd) Run(ctx run.RunContext) error
Click to show internal directories.
Click to hide internal directories.