[Web Bug] - Xpkg build has incorrect flag
Open
- Dominant language
- SCSS
- Stars
- 60
- Forks
- 163
- Avg merge
- 15h 20m
- Merged PRs (30d)
- 9
Description
the flag `--embed-runtime-image-name=NAME` does not exist on the xpkg cli build command

running `xpkg build` with the flag results in
```
crossplane: error: unknown flag --embed-runtime-image-name
```
Should this instead be
```
--embed-runtime-image
```
As the writing a function in python guide says here:

URL: https://docs.crossplane.io/latest/cli/command-reference/
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.