-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
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
Add a subcommand to print complete recipe for an app #120
Comments
I think we can use the |
I would llike to work on this issue, Let me know how we can take forward this issue |
hey @JOSHUAJEBARAJ 👋 While we work to build a contributing guide, you can use the Makefile to build the binary from the source (make build) after you make any changes |
Hey Sahil 👋 For example the repository:
name: argo
url: https://argoproj.github.io/argo-helm
type: helm
version: 3.6.2 THe registry config looks like something like this for the argo-cd apiVersion: v1
kind: kbrew
app:
repository:
name: argo
url: https://argoproj.github.io/argo-helm
type: helm
namespace: "argocd"
sha256:
version: 3.6.2
What are the additional detail it should Print ? |
Taking an example the |
@JOSHUAJEBARAJ are you still working on this issue ? If not, may I take this forward and start working on it. |
@deepankur797 Sure You can go ahead and work on this issue |
The command could be like -
kbrew recipe kafka
which should print complete recipe details for better understanding or debuggingThe text was updated successfully, but these errors were encountered: