Add information about availability of packages in serverless projects#1516
Add information about availability of packages in serverless projects#1516jsoriano merged 9 commits intoelastic:mainfrom
Conversation
💚 Build Succeeded
History
cc @jsoriano |
mrodm
left a comment
There was a problem hiding this comment.
👍
I was wondering also if it would be interesting to add to this command a --format parameter to change how the output is rendered. So, it can be used in automatic processes (e.g. CI pipelines or other scripts), setting for instance --format json to check (would it be easier?) if a package is available in a specific serverless project.
With the actual command, it could also be achieved. Something like this could be working (just tested with the output in the description):
elastic-package status --info serverless.project_types | cut -d '|' -f 7 | tr -d ' ' | grep observability
observability
Good idea! Issue created for this #1519 |
Extend
elastic-package statusto optionally include the packages available on each serverless project type.For example, from the apache source directory:
Fix #1343