Documentation ¶
Index ¶
- Constants
- Variables
- func NewActions(ctx context.Context, cancel context.CancelFunc) *cobra.Command
- func NewDeploy(ctx context.Context, cancel context.CancelFunc) *cobra.Command
- func NewDeploy2Cmd(ctx context.Context, cancel context.CancelFunc) *cobra.Command
- func NewDeployCreateCMD(ctx context.Context, cancel context.CancelFunc) *cobra.Command
- func NewInit(ctx context.Context, cancel context.CancelFunc) *cobra.Command
- func NewLogs(ctx context.Context, cancel context.CancelFunc) *cobra.Command
- func NewPack(ctx context.Context, cancel context.CancelFunc) *cobra.Command
- func NewPublish(ctx context.Context, cancel context.CancelFunc) *cobra.Command
- func NewRootCMD(ctx context.Context, cancel context.CancelFunc) *cobra.Command
- func NewSDL(ctx context.Context, cancel context.CancelFunc) *cobra.Command
- func NewSendManifestCMD(ctx context.Context, cancel context.CancelFunc) *cobra.Command
- func NewStatus(ctx context.Context, cancel context.CancelFunc) *cobra.Command
- func NewUpdateDeploymentCMD(ctx context.Context, cancel context.CancelFunc) *cobra.Command
- type DeployFlags
- type GlobalFlags
- type PackFlags
- type PublishFlags
- type SDLFlags
Constants ¶
View Source
const (
BroadcastBlockRetryTimeout = 300 * time.Second
)
Variables ¶
View Source
var DefaultBuilder = "heroku/buildpacks:20"
Functions ¶
func NewActions ¶
func NewDeploy2Cmd ¶
NewDeploy2Cmd returns a new instance of the deploy2 command
func NewDeployCreateCMD ¶
func NewPublish ¶
PublishCmd is the command to publish the image
func NewRootCMD ¶
NewDeploy creates a new command that deploys the given application
func NewSendManifestCMD ¶
func NewUpdateDeploymentCMD ¶
Types ¶
type DeployFlags ¶
type GlobalFlags ¶
type PackFlags ¶
type PackFlags struct { Env []string // Build-time environment variable, in the form 'VAR=VALUE' or 'VAR'. EnvFiles []string // Build-time environment variables file Builder string // Builder to use for building the image }
PackFlags contains the flags for the pack command
type PublishFlags ¶
PublishFlags is the set of flags used by the publish command
Click to show internal directories.
Click to hide internal directories.