File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ The `crossplane` CLI supports building
203
203
204
204
| Short flag | Long flag | Description |
205
205
| ------------ | ------------- | ------------------------------ |
206
- | | `--embed-runtime-image-name =NAME` | The image name and tag of an image to include in the package. Only for provider and function packages. |
206
+ | | `--embed-runtime-image=NAME` | The image name and tag of an image to include in the package. Only for provider and function packages. |
207
207
| | `--embed-runtime-image-tarball=PATH` | The filename of an image to include in the package. Only for provider and function packages. |
208
208
| `-e` | `--examples-root="./examples"` | The path to a directory of examples related to the package. |
209
209
| | `--ignore=PATH,...` | List of files and directories to ignore. |
@@ -245,11 +245,11 @@ Include YAML files demonstrating how to use the package with `--examples-root`.
245
245
Functions and Providers require YAML files describing their dependencies and
246
246
settings as well as a container image for their runtime.
247
247
248
- Using `--embed-runtime-image-name ` runs a specified image and
248
+ Using `--embed-runtime-image` runs a specified image and
249
249
includes the image inside the function or provider package.
250
250
251
251
{{<hint "note" >}}
252
- Images referenced with `--embed-runtime-image-name ` must be in the local Docker
252
+ Images referenced with `--embed-runtime-image` must be in the local Docker
253
253
cache.
254
254
255
255
Use `docker pull` to download a missing image.
You can’t perform that action at this time.
0 commit comments