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: Sources/swift-container-plugin/Documentation.docc/run.md
+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
@@ -23,7 +23,7 @@ Hello World, from Hummingbird on Ubuntu 24.04.2 LTS
23
23
### Build and run in one step
24
24
25
25
Swift Container Plugin prints a reference to the newly built image on standard output.
26
-
You can pipe the image reference to a deployment command or pass it as an argument using shell output substitution.
26
+
You can pipe the image reference to a deployment command or pass it as an argument using shell command substitution.
27
27
28
28
This allows you to build and deploy a container image in one shell command, using a convenient pattern offered by tools such as [ko.build](https://ko.build):
0 commit comments