[DRE-commits] [test-kitchen] 08/39: Add help2man generated man page

Hleb Valoshka tsfgnu-guest at moszumanska.debian.org
Fri Aug 5 12:46:50 UTC 2016


This is an automated email from the git hooks/post-receive script.

tsfgnu-guest pushed a commit to branch master
in repository test-kitchen.

commit a8153e318edbd1c4628bad9c705d5860f47f629c
Author: Hleb Valoshka <375gnu at gmail.com>
Date:   Tue Jun 30 00:12:54 2015 +0300

    Add help2man generated man page
---
 debian/kitchen.1             | 60 ++++++++++++++++++++++++++++++++++++++++++++
 debian/test-kitchen.manpages |  1 +
 2 files changed, 61 insertions(+)

diff --git a/debian/kitchen.1 b/debian/kitchen.1
new file mode 100644
index 0000000..f2b990f
--- /dev/null
+++ b/debian/kitchen.1
@@ -0,0 +1,60 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.46.4.
+.TH KITCHEN "1" "June 2015" "Test Kitchen version 1.4.1" "User Commands"
+.SH NAME
+Kitchen \- Test Kitchen is a test harness tool to execute your configured code on one or more platforms in isolation
+.SH DESCRIPTION
+.SS "Commands:"
+.TP
+kitchen console
+# Kitchen Console!
+.TP
+kitchen converge [INSTANCE|REGEXP|all]
+# Change instance state to converge. Use a provisioner to configure one or more instances
+.TP
+kitchen create [INSTANCE|REGEXP|all]
+# Change instance state to create. Start one or more instances
+.TP
+kitchen destroy [INSTANCE|REGEXP|all]
+# Change instance state to destroy. Delete all information for one or more instances
+.TP
+kitchen diagnose [INSTANCE|REGEXP|all]
+# Show computed diagnostic configuration
+.TP
+kitchen driver
+# Driver subcommands
+.TP
+kitchen driver create [NAME]
+# Create a new Kitchen Driver gem project
+.TP
+kitchen driver discover
+# Discover Test Kitchen drivers published on RubyGems
+.TP
+kitchen driver help [COMMAND]
+# Describe subcommands or one specific subcommand
+.TP
+kitchen exec INSTANCE|REGEXP \fB\-c\fR REMOTE_COMMAND
+# Execute command on one or more instance
+.TP
+kitchen help [COMMAND]
+# Describe available commands or one specific command
+.TP
+kitchen init
+# Adds some configuration to your cookbook so Kitchen can rock
+.TP
+kitchen list [INSTANCE|REGEXP|all]
+# Lists one or more instances
+.TP
+kitchen login INSTANCE|REGEXP
+# Log in to one instance
+.TP
+kitchen setup [INSTANCE|REGEXP|all]
+# Change instance state to setup. Prepare to run automated tests. Install busser and related gems on one o...
+.TP
+kitchen test [INSTANCE|REGEXP|all]
+# Test (destroy, create, converge, setup, verify and destroy) one or more instances
+.TP
+kitchen verify [INSTANCE|REGEXP|all]
+# Change instance state to verify. Run automated tests on one or more instances
+.TP
+kitchen version
+# Print Kitchen's version information
diff --git a/debian/test-kitchen.manpages b/debian/test-kitchen.manpages
new file mode 100644
index 0000000..2c6b641
--- /dev/null
+++ b/debian/test-kitchen.manpages
@@ -0,0 +1 @@
+debian/kitchen.1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/test-kitchen.git



More information about the Pkg-ruby-extras-commits mailing list