#861758 awscli: Missing manpages for aws/aws_completer

#861758#5
Date:
2017-05-03 16:50:24 UTC
From:
To:
The awscli package is missing manpages for the aws and aws_completer
commands.

#861758#10
Date:
2017-05-03 17:10:15 UTC
From:
To:
The problem is fixed in the commit
https://github.com/rfehren/debian-awscli/commit/8b1bb6e88f10ceadaece937a27253285d313960f
Please apply.

Cheers,

Roland

#861758#15
Date:
2021-01-20 08:08:05 UTC
From:
To:
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.

#861758#22
Date:
2021-01-22 13:39:31 UTC
From:
To:
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