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
: The name of the application to bind. This value is *required*.
66
66
67
-
`--service-instance`, `--si`
68
-
: The name of an existing {{site.data.keyword.cloud_notm}} service instance to bind to the application. This value is *required*.
69
-
70
67
`--no-wait`, `--nw`
71
68
: Bind the service instance and do not waitfor the service binding to be ready. If you specify the `no-wait` option, the service binding creation is started and the command exits without waiting for it to complete. Use the `app get`command to check the app bind status. This value is *optional*. The default value is `false`.
: The name of an existing service credential to use for this service binding. If you do not specify a service instance credential, new credentials are generated during the bind action. This value is *optional*.
84
81
82
+
`--service-instance`, `--si`
83
+
: The name of an existing {{site.data.keyword.cloud_notm}} service instance to bind to the application. This value is *optional*.
84
+
85
85
`--wait`, `-w`
86
86
: Bind the service instance and waitforthe service binding to be ready. If you specify the `--wait` option, the app bind waits for a maximum timein seconds, as set by the `--wait-timeout` option, for the app bind to complete successfully. If the app bind is not completed successfully or fails within the specified `--wait-timeout` period, the command fails. This value is *optional*. The default value is `true`.
87
87
@@ -901,7 +901,7 @@ You can use either `build` or `bd` in your `build` commands. To see CLI help for
@@ -922,6 +922,9 @@ ibmcloud ce build create --name BUILD_NAME --image IMAGE_REF --registry-secret R
922
922
`--registry-secret`, `--rs`
923
923
: The image registry access secret that is used to access the registry. You can add the image registry access secret by running the `registry create` command. This value is *required*.
924
924
925
+
`--build-type`, `--bt`
926
+
: The type of build. Valid values are `git` and `local`. If the type of build is `local`, then the `--source`, `--commit`, and `--git-repo-secret` options are not valid. This value is *optional*. The default value is `git`.
927
+
925
928
`--commit`, `--cm`, `--revision`
926
929
: The commit, tag, or branch in the source repository to pull. The commit option is allowed if the `--build-type` option is `git` and not allowed if the `--build-type` option is `local`. This value is *optional*.
: The name of the service account. A service account provides an identity forprocesses that runin an instance. For built-in service accounts, you can use the shortened names `manager`, `none`, `reader`, and `writer`. You can also use the full names that are prefixed with the `Kubernetes Config Context`, which can be determined with the `project current` command. This value is *optional*.
1627
1630
1631
+
`--source`, `--src`
1632
+
: The path to local source. The source option is required if the `--build-type` option on the related build is `local` and not allowed if the `--build-type` option on the related build is `git`. This value is *optional*. The default value is `.`.
1633
+
1628
1634
`--timeout`, `--to`
1629
1635
: The amount of time, in seconds, that can pass before the build run must succeed or fail. This value is *optional*. The default value is `600`.
: The name of the job to bind. This value is *required*.
1995
2001
1996
-
`--service-instance`, `--si`
1997
-
: The name of an existing {{site.data.keyword.cloud_notm}} service instance to bind to the job. This value is *required*.
1998
-
1999
2002
`--no-wait`, `--nw`
2000
2003
: Bind the service instance and do not waitfor the service binding to be ready. If you specify the `--no-wait` option, the service binding creation is started and the command exits without waiting for it to complete. Use the `job get`command to check the job bind status. This value is *optional*. The default value is `false`.
: The name of an existing service credential to use for this service binding. If you do not specify a service instance credential, new credentials are generated during the bind action. This value is *optional*.
2013
2016
2017
+
`--service-instance`, `--si`
2018
+
: The name of an existing {{site.data.keyword.cloud_notm}} service instance to bind to the job. This value is *optional*.
2019
+
2014
2020
`--wait`, `-w`
2015
2021
: Bind the service instance and waitforthe service binding to be ready. If you specify the `--wait` option, the job bind waits for a maximum timein seconds, as set by the `--wait-timeout` option, for the job bind to complete successfully. If the job bind is not completed successfully or fails within the specified `--wait-timeout` period, the command fails. This value is *optional*. The default value is `true`.
0 commit comments