Publish skills with encapsulated CLI #2370
Unanswered
Mor Dabastany (Formartha)
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
My skills are workflow skills that are bundled together. These skills require to install a CLI to work with, this CLI is low level commands that the skills invoke.
How can I pack this CLI as an artifact so that when installing it, it will take the cli?
NOTE:
This CLI needs to be packed in the APM project and we're using git resource to install this APM and not a local registry (such as artifactory etc.)
All reactions