You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/03/19 09:45:51 UTC

[GitHub] [camel-k] apupier opened a new issue #1358: Provide description in JSON output for traits

apupier opened a new issue #1358: Provide description in JSON output for traits
URL: https://github.com/apache/camel-k/issues/1358
 
 
   VS Code tooling is providing completion based on `kamel help trait --all -o json`.
   It would be nice to provide description in the json output for trait and their properties to improve help to users.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [camel-k] nicolaferraro commented on issue #1358: Provide description in JSON output for traits

Posted by GitBox <gi...@apache.org>.
nicolaferraro commented on issue #1358: Provide description in JSON output for traits
URL: https://github.com/apache/camel-k/issues/1358#issuecomment-601108301
 
 
   It requires a bit of work but this can be done. We can use a variant of the `cmd/util/doc-gen` to generate offline a yaml containing the trait descriptions in `/deploy` and then use it in the `kamel help trait` command to provide the missing descriptions.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services