jetstack / seaglass

Other
3 stars 0 forks source link

feat: add tags command #6

Closed ribbybibby closed 5 months ago

ribbybibby commented 5 months ago

Make it possible to list tags with a new tags command.

It may be more efficient for various clients if I were to add a specific ListTags method to the Client interface. For now, let's just use ListManifests.

Fixes #4.