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

kbrew info command for information on packages #22

Closed
vishal-biyani opened this issue Mar 9, 2021 · 1 comment
Closed

kbrew info command for information on packages #22

vishal-biyani opened this issue Mar 9, 2021 · 1 comment
Assignees

Comments

@vishal-biyani
Copy link
Collaborator

vishal-biyani commented Mar 9, 2021

Similar to brew info:

$ brew info tldr
tldr: stable 1.3.0 (bottled), HEAD
Simplified and community-driven man pages
https://tldr.sh/
Conflicts with:
  tealdeer (because both install `tldr` binaries)
/usr/local/Cellar/tldr/1.3.0_2 (6 files, 35.5KB) *
  Poured from bottle on 2020-05-20 at 15:12:12
From: https://github.com/Homebrew/homebrew-core/blob/master/Formula/tldr.rb
==> Dependencies
Build: pkg-config ✔
Required: libzip ✔
==> Options
--HEAD
        Install HEAD version
==> Analytics
install: 2,811 (30 days), 7,875 (90 days), 27,105 (365 days)
install-on-request: 2,806 (30 days), 7,860 (90 days), 27,080 (365 days)
build-error: 0 (30 days)
@sahil-lakhwani
Copy link
Contributor

sahil-lakhwani commented Apr 7, 2021

I can think two infos here

  1. The recipe info:
    • Primitives like name, version, url, etc
    • Dependencies
  2. Installation info:
    • If the recipe is installed - the current status of the installation
    • for helm apps - today it can be what helm status returns. Later when we move to using using helm SDk - this can be filtered
    • for raw apps - it can be kubectl get, but since it can get very verbose will have to think of something brief.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants