The awscli package is missing manpages for the aws and aws_completer commands.
The problem is fixed in the commit https://github.com/rfehren/debian-awscli/commit/8b1bb6e88f10ceadaece937a27253285d313960f Please apply. Cheers, Roland
It looks like it is possible to generate on the fly a manpage using: $ aws help > aws.1 during the build. Would be nice to package. Thanks.
This does not produce a nroff file, but a file containing escape sequence to provide formatting in a terminal. On the other hand, this means that man information is available in aws sources. The questions are now: where and which format ? HTH