package
2025.3.14-pr4251.1+incompatible
Repository: https://github.com/superfly/flyctl.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
Add adds flag to cmd, binding them on v should v not be nil.
App returns an app string flag.
AppConfig returns an app config string flag.
Args is shorthand for FromContext(ctx).Args().
No description provided by the author
No description provided by the author
No description provided by the author
BuildOnly returns a boolean flag for building without a deployment.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Detach returns a boolean flag for detaching during deployment.
No description provided by the author
No description provided by the author
ExtraArgsFromContext returns the extraArgs ctx carries.
FirstArg returns the first arg ctx carries or an empty string in case ctx carries an empty argument set.
FromContext returns the FlagSet ctx carries.
GenerateName returns a boolean flag for generating an application name.
GetApp is shorthand for GetString(ctx, App).
GetAppConfigFilePath is shorthand for GetString(ctx, AppConfigFilePath).
GetBindAddr is shorthand for GetString(ctx, BindAddr).
GetBool returns the value of the named boolean flag ctx carries.
No description provided by the author
No description provided by the author
GetDuration returns the value of the named duration flag ctx carries.
GetFlagsName returns the name of flags that have been set except unwanted flags.
GetFloat64 returns the value of the named int flag ctx carries.
No description provided by the author
GetInt returns the value of the named int flag ctx carries.
No description provided by the author
Returns a MachineGuest based on the flags provided overwriting a default VM.
GetStringSlice returns the values of the named string flag ctx carries.
GetOrg is shorthand for GetString(ctx, Org).
No description provided by the author
No description provided by the author
GetRegion is shorthand for GetString(ctx, Region).
No description provided by the author
GetString returns the value of the named string flag ctx carries.
GetStringArray returns the values of the named string flag ctx carries.
GetStringSlice returns the values of the named string flag ctx carries.
No description provided by the author
GetYes is shorthand for GetBool(ctx, Yes).
No description provided by the author
No description provided by the author
Image returns a Docker image config string flag.
No description provided by the author
IsSpecified returns whether a flag has been specified at all or not.
No description provided by the author
RemoteOnly returns a boolean flag for deploying remotely.
NewContext derives a context that carries fs from ctx.
No description provided by the author
No description provided by the author
No description provided by the author
Now returns a boolean flag for deploying immediately.
Org returns an org string flag.
No description provided by the author
Push returns a boolean flag to force pushing a build image to the registry.
No description provided by the author
Region returns a region string flag.
RemoteOnly returns a boolean flag for deploying remotely.
No description provided by the author
SetString sets the value of the named string flag ctx carries.
No description provided by the author
Wireguard returns a boolean flag indicating whether to build over wireguard or not.
WithExtraArgs derives a context that carries extraArgs from ctx.
Yes returns a yes bool flag.
# Constants
BuildpacksDockerHost address to docker daemon that will be exposed to the buildpacks build container.
BuildpacksVolume the host volume that will be mounted to the buildpacks build container.
# Variables
No description provided by the author
# Structs
Bool wraps the set of boolean flags.
Duration wraps the set of duration flags.
Int wraps the set of int flags.
Int wraps the set of int flags.
String wraps the set of string flags.
StringArray wraps the set of string array flags.
StringSlice wraps the set of string slice flags.
# Interfaces
Flag wraps the set of flags.
# Type aliases
No description provided by the author