From cfaa5e0fc70fda4a58c9ee1b6652df27ad9b725c Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Fri, 14 Jul 2017 14:02:26 -0400 Subject: [PATCH] Add Sign command documentation Change-Id: I6a7c6038f31719fee893b7b5ba5ddb25614c3e2d Signed-off-by: Thanh Ha --- docs/commands/index.rst | 1 + docs/commands/sign.rst | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 docs/commands/sign.rst diff --git a/docs/commands/index.rst b/docs/commands/index.rst index 98430190..687e59ca 100644 --- a/docs/commands/index.rst +++ b/docs/commands/index.rst @@ -11,4 +11,5 @@ bash. It supports the following commands. deploy nexus openstack + sign version diff --git a/docs/commands/sign.rst b/docs/commands/sign.rst new file mode 100644 index 00000000..5983a459 --- /dev/null +++ b/docs/commands/sign.rst @@ -0,0 +1,26 @@ +**** +Sign +**** + +.. program-output:: lftools sign --help + +Commands +======== + +.. contents:: Sign Commands + :local: + +directory +--------- + +.. program-output:: lftools sign directory --help + +nexus +----- + +.. program-output:: lftools sign nexus --help + +deploy-nexus +------------ + +.. program-output:: lftools sign deploy-nexus --help -- 2.16.6