Skip to content
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 info and args command #88

Merged
merged 4 commits into from
Jun 29, 2021
Merged

add info and args command #88

merged 4 commits into from
Jun 29, 2021

Conversation

sahil-lakhwani
Copy link
Contributor

Signed-off-by: sahil-lakhwani [email protected]

Add info command to print information about a recipe and a sub-command args to print the arguments of a recipe
Info example:

$ kbrew info kafka-operator
repository:
  name: banzaicloud-stable
  url: https://kubernetes-charts.banzaicloud.com
  type: helm
version: 0.4.6
pre_install:
- apps:
  - cert-manager
  - zookeeper-operator
  - kube-prometheus-stack

Args example:

$ kbrew info args nginx
Deployment.nginx.spec.replicas: 4
Deployment.nginx.spec.strategy.type: RollingUpdate

cmd/cli/main.go Outdated Show resolved Hide resolved
cmd/cli/main.go Outdated Show resolved Hide resolved
Signed-off-by: sahil-lakhwani <[email protected]>
Signed-off-by: sahil-lakhwani <[email protected]>
Signed-off-by: sahil-lakhwani <[email protected]>
Signed-off-by: sahil-lakhwani <[email protected]>
@PrasadG193 PrasadG193 merged commit d4b17e5 into main Jun 29, 2021
@PrasadG193 PrasadG193 deleted the infoCmd branch June 29, 2021 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants