[DRE-commits] [berkshelf] 03/07: Add manpage for berks (1)

Hleb Valoshka tsfgnu-guest at moszumanska.debian.org
Tue Sep 27 15:10:17 UTC 2016


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

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

commit e665c772045fc079915343db980d6e7bcb3eb1ca
Author: Hleb Valoshka <375gnu at gmail.com>
Date:   Tue Sep 27 18:05:14 2016 +0300

    Add manpage for berks (1)
---
 debian/berks.1            | 77 +++++++++++++++++++++++++++++++++++++++++++++++
 debian/berkshelf.manpages |  1 +
 2 files changed, 78 insertions(+)

diff --git a/debian/berks.1 b/debian/berks.1
new file mode 100644
index 0000000..5df86ff
--- /dev/null
+++ b/debian/berks.1
@@ -0,0 +1,77 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.46.4.
+.TH BERKS "1" "September 2016" "berks 4.3.5" "User Commands"
+.SH NAME
+berks \- Chef addon to manage cookbooks and their dependencies
+.SH DESCRIPTION
+.SS "Commands:"
+.TP
+berks apply ENVIRONMENT
+# Apply version locks from Berksfile.lock to a Chef environment
+.TP
+berks contingent COOKBOOK
+# List all cookbooks that depend on the given cookbook in your Berksfile
+.TP
+berks cookbook NAME [PATH]
+# Create a skeleton for a new cookbook
+.TP
+berks help [COMMAND]
+# Describe available commands or one specific command
+.TP
+berks info [COOKBOOK]
+# Display name, author, copyright, and dependency information about a cookbook
+.TP
+berks init [PATH]
+# Initialize Berkshelf in the given directory
+.TP
+berks install
+# Install the cookbooks specified in the Berksfile
+.TP
+berks list
+# List cookbooks and their dependencies specified by your Berksfile
+.TP
+berks outdated [COOKBOOKS]
+# List dependencies that have new versions available that satisfy their constraints
+.TP
+berks package [PATH]
+# Vendor and archive the dependencies of a Berksfile
+.TP
+berks search NAME
+# Search the remote source for cookbooks matching the partial name
+.TP
+berks shelf SUBCOMMAND
+# Interact with the cookbook store
+.TP
+berks show [COOKBOOK]
+# Display the path to a cookbook on disk
+.TP
+berks update [COOKBOOKS]
+# Update the cookbooks (and dependencies) specified in the Berksfile
+.TP
+berks upload [COOKBOOKS]
+# Upload the cookbook specified in the Berksfile to the Chef Server
+.TP
+berks vendor [PATH]
+# Vendor the cookbooks specified by the Berksfile into a directory
+.TP
+berks verify
+# Perform a quick validation on the contents of your resolved cookbooks
+.TP
+berks version
+# Display version
+.TP
+berks viz
+# Visualize the dependency graph
+.SH OPTIONS
+.TP
+\fB\-c\fR, [\-\-config=PATH]
+# Path to Berkshelf configuration to use.
+.TP
+\fB\-F\fR, [\-\-format=FORMAT]
+# Output format to use.
+# Default: human
+.TP
+\fB\-q\fR, [\-\-quiet], [\-\-no\-quiet]
+# Silence all informational output.
+.TP
+\fB\-d\fR, [\-\-debug], [\-\-no\-debug]
+# Output debug information
diff --git a/debian/berkshelf.manpages b/debian/berkshelf.manpages
new file mode 100644
index 0000000..ee3fa02
--- /dev/null
+++ b/debian/berkshelf.manpages
@@ -0,0 +1 @@
+debian/berks.1

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



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