Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Web Bug] - Xpkg build has incorrect flag #798

Open
rj-devberg opened this issue Aug 15, 2024 · 1 comment
Open

[Web Bug] - Xpkg build has incorrect flag #798

rj-devberg opened this issue Aug 15, 2024 · 1 comment

Comments

@rj-devberg
Copy link

the flag --embed-runtime-image-name=NAME does not exist on the xpkg cli build command
image

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:
image

URL: https://docs.crossplane.io/latest/cli/command-reference/

@jbw976
Copy link
Member

jbw976 commented Aug 16, 2024

Good catch @rj-devberg, thanks for reporting this! Do you have any desire to submit a PR to make this update in the docs repo?

The source file location should be https://github.com/crossplane/docs/blob/master/content/master/cli/command-reference.md, and you would also need to make the same change in the applicable versioned directories, e.g. https://github.com/crossplane/docs/tree/master/content/v1.16/cli

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants