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: modules/applications-create-using-cli-source-code.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
With the `new-app` command you can create applications from source code in a local or remote Git repository.
5
5
6
-
The `new-app` command creates a build configuration, which itself creates a new application image from your source code. The `new-app` command typically also creates a `DeploymentConfig` object to deploy the new image, and a service to provide load-balanced access to the deployment running your image.
6
+
The `new-app` command creates a build configuration, which itself creates a new application image from your source code. The `new-app` command typically also creates a `Deployment` object to deploy the new image, and a service to provide load-balanced access to the deployment running your image.
7
7
8
8
{product-title} automatically detects whether the pipeline or source build strategy should be used, and in the case of source builds, detects an appropriate language builder image.
0 commit comments