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

Page request: crane #13664

Open
d4n3sh opened this issue Sep 11, 2024 · 2 comments · May be fixed by #13853
Open

Page request: crane #13664

d4n3sh opened this issue Sep 11, 2024 · 2 comments · May be fixed by #13853
Labels
help wanted You can help make tldr-pages better! new command Issues requesting creation of a new page.

Comments

@d4n3sh
Copy link
Contributor

d4n3sh commented Sep 11, 2024

Command description

Crane is a tool for managing container images.

Crane is part of the go-containerregistry project by Google. It is used to interact with container registries, allowing you to manipulate and inspect container images without requiring a Docker daemon. Crane is lightweight and is commonly used for tasks such as pulling, pushing, tagging, and inspecting container images, among others.

https://github.com/google/go-containerregistry/releases

Command details

v0.20.2

Documentation

https://github.com/google/go-containerregistry/blob/main/cmd/crane/doc/crane.md

Platform

Linux

VCS repository link (e.g. GitHub, GitLab)

https://github.com/google/go-containerregistry/tree/main/cmd/crane

Additional information

No response

@d4n3sh d4n3sh added help wanted You can help make tldr-pages better! new command Issues requesting creation of a new page. labels Sep 11, 2024
@sebastiaanspeck
Copy link
Member

sebastiaanspeck commented Sep 19, 2024

Since crane has a lot of subcommands, we could argue if we want to choose the top-8 subcommands from the list below OR we create a "main" page crane.md which references to most common subcommands, that all have their own page. An example for this approach is git.

  • crane append
  • crane auth
  • crane blob
  • crane catalog
  • crane config
  • crane copy
  • crane delete
  • crane digest
  • crane export
  • crane flatten
  • crane index
  • crane ls
  • crane manifest
  • crane mutate
  • crane pull
  • crane push
  • crane rebase
  • crane registry
  • crane tag
  • crane validate
  • crane version

@rvandernoort
Copy link

rvandernoort commented Sep 27, 2024

Another specific instance of crane that I'm using is gcrane which would be nice to be included as well!

https://github.com/google/go-containerregistry/blob/main/cmd/gcrane/README.md

I've started working on implementing these pages.

@rvandernoort rvandernoort linked a pull request Sep 27, 2024 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted You can help make tldr-pages better! new command Issues requesting creation of a new page.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants