From e74432636fb60d7f2af27b177f9b2fb9d7caafd6 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Wed, 15 Jun 2022 10:52:14 -0600 Subject: [PATCH] docs/commands: Add missing commands Signed-off-by: Zack Cerza --- docs/commands/teuthology-describe.rst | 4 ++++ docs/commands/teuthology-prune-logs.rst | 4 ++++ docs/commands/teuthology-reimage.rst | 4 ++++ docs/commands/teuthology-update-inventory.rst | 4 ++++ docs/commands/teuthology-wait.rst | 4 ++++ 5 files changed, 20 insertions(+) create mode 100644 docs/commands/teuthology-describe.rst create mode 100644 docs/commands/teuthology-prune-logs.rst create mode 100644 docs/commands/teuthology-reimage.rst create mode 100644 docs/commands/teuthology-update-inventory.rst create mode 100644 docs/commands/teuthology-wait.rst diff --git a/docs/commands/teuthology-describe.rst b/docs/commands/teuthology-describe.rst new file mode 100644 index 000000000..fb1f95c3a --- /dev/null +++ b/docs/commands/teuthology-describe.rst @@ -0,0 +1,4 @@ +teuthology-describe +=================== + +.. program-output:: teuthology-describe --help diff --git a/docs/commands/teuthology-prune-logs.rst b/docs/commands/teuthology-prune-logs.rst new file mode 100644 index 000000000..c534d5739 --- /dev/null +++ b/docs/commands/teuthology-prune-logs.rst @@ -0,0 +1,4 @@ +teuthology-prune-logs +===================== + +.. program-output:: teuthology-prune-logs --help diff --git a/docs/commands/teuthology-reimage.rst b/docs/commands/teuthology-reimage.rst new file mode 100644 index 000000000..eb085af79 --- /dev/null +++ b/docs/commands/teuthology-reimage.rst @@ -0,0 +1,4 @@ +teuthology-reimage +================== + +.. program-output:: teuthology-reimage --help diff --git a/docs/commands/teuthology-update-inventory.rst b/docs/commands/teuthology-update-inventory.rst new file mode 100644 index 000000000..dc4e216ba --- /dev/null +++ b/docs/commands/teuthology-update-inventory.rst @@ -0,0 +1,4 @@ +teuthology-update-inventory +=========================== + +.. program-output:: teuthology-update-inventory --help diff --git a/docs/commands/teuthology-wait.rst b/docs/commands/teuthology-wait.rst new file mode 100644 index 000000000..072b87e70 --- /dev/null +++ b/docs/commands/teuthology-wait.rst @@ -0,0 +1,4 @@ +teuthology-wait +===================== + +.. program-output:: teuthology-wait --help -- 2.47.3