ACON
ACON copied to clipboard
aconcli: Issues in command line syntax/flags
This issue tracks several (minor) problems in aconcli command line syntax/flags. These problems should be easy to fix.
- [x]
generateerrs on existing FS layer symlinks - [x]
generateshould take output file name as a parameter and docker image/tag by a flag - as support to container tools other than docker may be added in future. - [ ]
export---ignoresigdoesn't seem to have been implemented. Also, do we have to check signature when exporting an image? Can we just export whatever available?- [x] Report "unimplemented" when
--ignoresigis specified. - [ ] Implement
--ignoresigin future.
- [x] Report "unimplemented" when
- [x]
lsandpruneerr on empty ACON image repo - [x]
reportmissing flag/option to request a quote instead of a report - [x]
reportshould generate nonce at random if not specified by the user - [ ]
stopandshutdownshould have command line syntax/flags consistent with other commands - i.e.,-cfor specifying ACON TD/VM and-efor specifying container. - [x]
signerrs on re-signing, also due to existing symlinks like in thegeneratecommand.
@xxu36, I found one more bug in sign that is very similar to generate - it errs on existing symlink. I've appended that the the tasklist above.
I'll look at ls and prune issues this week. @xxu36 please have a look at other task items.
ls and prune issues are fixed in #52
Let's implement --ignoresig now. For shutdown and stop command syntax, we may have to change if unix socket forwarding can work, so postpone to next release.