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

asdf info should show sha's of plugins and distance behind their remotes #945

Closed
jthegedus opened this issue May 19, 2021 · 2 comments · Fixed by #1014
Closed

asdf info should show sha's of plugins and distance behind their remotes #945

jthegedus opened this issue May 19, 2021 · 2 comments · Fixed by #1014

Comments

@jthegedus
Copy link
Contributor

Is your feature request related to a problem? Please describe.

asdf info is really useful information to debug with, however, the list of plugins is less useful as we do not know any statistics about the plugin state

Describe the solution you'd like

I would like to print both:

  • the sha or ref of the checked-out plugin
  • the distance (commits) behind the default branch of the plugin repo

Distance might suffice, though ref would be useful once we have plugin versioning support.

Describe similar asdf features and why they are not sufficient

Describe workarounds you've considered

We usually ask people to update their plugins and the asdf core and investigate if their issue still persists.

Additional context

@jthegedus
Copy link
Contributor Author

I think implementing distance (commits) behind the remote will be a lot of work to implement, especially when we have --refs already to leverage and get half of this feature for little dev cost.

@Stratus3D
Copy link
Member

Yeah, I think just displaying the refs would help us a lot and be very easy to implement.

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

Successfully merging a pull request may close this issue.

2 participants