docs icon indicating copy to clipboard operation
docs copied to clipboard

[Web Bug] - Xpkg build has incorrect flag

Open rj-devberg opened this issue 1 year ago • 1 comments

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/

rj-devberg avatar Aug 15 '24 14:08 rj-devberg

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

jbw976 avatar Aug 16 '24 01:08 jbw976