You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: command/v7/push_command.go
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,6 @@ type PushCommand struct {
107
107
Taskbool`long:"task" description:"Push an app that is used only to execute tasks. The app will be staged, but not started and will have no route assigned."`
108
108
Vars []template.VarKV`long:"var" description:"Variable key value pair for variable substitution, (e.g., name=app1); can specify multiple times"`
109
109
PathsToVarsFiles []flag.PathWithExistenceCheck`long:"vars-file" description:"Path to a variable substitution file for manifest; can specify multiple times"`
110
-
Lifecycle constant.AppLifecycleType`long:"lifecycle" description:"App lifecycle type to stage and run the app" default:""`
111
110
dockerPasswordinterface{} `environmentName:"CF_DOCKER_PASSWORD" environmentDescription:"Password used for private docker repository"`
envCFStagingTimeoutinterface{} `environmentName:"CF_STAGING_TIMEOUT" environmentDescription:"Max wait time for staging, in minutes" environmentDefault:"15"`
0 commit comments