We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
the flag --embed-runtime-image-name=NAME does not exist on the xpkg cli build command
--embed-runtime-image-name=NAME
running xpkg build with the flag results in
xpkg build
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/
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
the flag
--embed-runtime-image-name=NAME
does not exist on the xpkg cli build commandrunning
xpkg build
with the flag results inShould this instead be
As the writing a function in python guide says here:
URL: https://docs.crossplane.io/latest/cli/command-reference/
The text was updated successfully, but these errors were encountered: