notation
notation copied to clipboard
Update notation list command for RC1
- [ ] Spec the CLI command
- [ ] Implement the new list command, deciding the appropriate detailed output
Can the "List" and "Inspect" commands be combined into one?
list
would be the entire list of signatures for an artifact, while inspect
would be details on a specific signature.
Notation supports list command in RC1. Ref: Impl: https://github.com/notaryproject/notation/blob/main/cmd/notation/list.go Spec: https://github.com/notaryproject/notation/blob/main/specs/commandline/list.md
For inspect command is tracked in seperate issue https://github.com/notaryproject/roadmap/issues/74