OptionalcommandOptionalcreateThe creation time of the deployment. Formatted timestamp in ISO 6801.
OptionalcreatorThe email of the user creates the deployment.
OptionaldeploymentThe deployment artifacts for an app.
OptionaldeploymentThe unique id of the deployment.
OptionalenvThe environment variables to set in the app runtime environment. This will override the environment variables specified in the app.yaml file.
OptionalgitGit repository to use as the source for the app deployment.
OptionalmodeThe mode of which the deployment will manage the source code.
OptionalsourceThe workspace file system path of the source code used to create the app deployment. This is different from
deployment_artifacts.source_code_path, which is the path used by the deployed app. The former refers
to the original source code location of the app in the workspace during deployment creation, whereas
the latter provides a system generated stable snapshotted source code path used by the deployment.
OptionalstatusStatus and status message of the deployment
OptionalupdateThe update time of the deployment. Formatted timestamp in ISO 6801.
The command with which to run the app. This will override the command specified in the app.yaml file.