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: README.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,8 @@ Usage
13
13
Example usage (see the [Specify a Swift version](#specify-a-swift-version) section):
14
14
15
15
```shell
16
-
$ bx app push
17
-
Invoking 'cf push'...
16
+
$ ibmcloud app push
17
+
Invoking 'ibmcloud app push'...
18
18
19
19
Using manifest file /Users/olivieri/git/Kitura-Starter/manifest.yml
20
20
@@ -183,10 +183,10 @@ The buildpack will detect your app as Swift if it has a `Package.swift` file in
183
183
184
184
The latest version of the IBM Cloud buildpack for Swift on the IBM Cloud is [v2.0.13](https://github.com/IBM-Swift/swift-buildpack/releases/tag/2.0.13).
185
185
186
-
Please note that it is possible that the latest buildpack code contained in this repo hasn't yet been installed on the IBM Cloud. If that happens to be the case and you'd like to leverage the latest buildpack code, you can do so by adding the `-b https://github.com/IBM-Swift/swift-buildpack` parameter to the `bx app push` command, as shown below:
186
+
Please note that it is possible that the latest buildpack code contained in this repo hasn't yet been installed on the IBM Cloud. If that happens to be the case and you'd like to leverage the latest buildpack code, you can do so by adding the `-b https://github.com/IBM-Swift/swift-buildpack` parameter to the `ibmcloud app push` command, as shown below:
@@ -353,18 +353,18 @@ Previous versions of this buildpack provided the [libdispatch](https://github.co
353
353
354
354
### Caching of the .build directory
355
355
356
-
Following the release of Swift 3.1, the IBM Cloud buildpack for Swift caches the contents of the `.build` folder to speed up the provisioning of your application the next time you execute the `bx app push` command. If you'd prefer not to use this caching mechanism, you can disable it by executing the following command:
356
+
Following the release of Swift 3.1, the IBM Cloud buildpack for Swift caches the contents of the `.build` folder to speed up the provisioning of your application the next time you execute the `ibmcloud app push` command. If you'd prefer not to use this caching mechanism, you can disable it by executing the following command:
Note that if at some point you change the contents of your `Package.swift` or `Package.resolved` (or `Package.pins` for older versions of Swift) file, the buildpack will automatically refetch the dependencies and update the cache accordingly. Also, if you do not initially push a `Package.resolved` file along with your application and you are using Swift 4.0 (or a later version), a new `Package.resolved` file will be generated. It is recommended that you always push a `Package.resolved` file along with your application (if using Swift 4.0 or later).
@@ -374,13 +374,13 @@ Note that if at some point you change the contents of your `Package.swift` or `P
374
374
If the buildpack preparation or compilation steps are failing, you can enable some debugging using the following command:
0 commit comments