You should be able to use this link to check to see if Apache Camel K is accessible at the command line{.didact} It should then update the following status.
Status: unknown{#camel-k-requirements-status}
This link breaks down as follows:
didact://?commandId=vscode.didact.requirementCheck- type of command we're usingtext=camel-k-requirements-status$$kamel%20version$$Camel%20K%20Client- first part of the
textfield identifies the text area to update with the status change (unavailable, available, red/green, etc.) -- in this case, it's the*Status: unknown*{#camel-k-requirements-status}line that provides a place for that update to land - second part is the URL-encoded command to execute at the command line -- in this case
kamel version - third part is the text to compare the results of that command to -- in this case, we want to check to see if it starts with
Camel K Client
- first part of the
- then we have a
completionmessage that pops up on a success and anerrormessage that pops up if it fails
You could also use this link to open a new terminal called 'camel-k-term' and try the kamel version command.{.didact}