Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
// The command to run.
Command string
// Command's arguments.
Args []string
// The remote cache host
RemoteCacheHost string
// Timeout used for remote cache operations
RemoteCacheTimeout time.Duration
// Certs for TLS (nil means insecure)
RemoteCacheTLS *TLSCerts
// The address to bind to
BindAddr string
// If true, the command will set TURBO_API, TURBO_TOKEN, and TURBO_TEAM variables (unless they are already set)
AutoEnv bool
// Additional environment overrides.
Env []string
// If true, just run the command.
Disabled bool
// If remote cache connection or proxy server start fails, just run the command.
IgnoreFailures bool
}
Options carries CLI options, see Main.
Click to show internal directories.
Click to hide internal directories.