chef 13.11.3 → 13.12.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +4 -3
- data/README.md +35 -40
- data/Rakefile +18 -22
- data/chef-universal-mingw32.gemspec +1 -1
- data/chef.gemspec +3 -3
- data/lib/chef/client.rb +1 -1
- data/lib/chef/mixin/params_validate.rb +3 -1
- data/lib/chef/provider/script.rb +2 -2
- data/lib/chef/version.rb +1 -1
- data/spec/functional/http/simple_spec.rb +12 -6
- data/spec/functional/resource/remote_file_spec.rb +19 -15
- data/spec/support/platform_helpers.rb +2 -1
- data/tasks/announce.rb +1 -1
- data/tasks/dependencies.rb +5 -39
- data/tasks/maintainers.rb +10 -10
- data/tasks/rspec.rb +2 -2
- data/tasks/templates/prerelease.md.erb +11 -2
- data/tasks/templates/release.md.erb +9 -1
- metadata +6 -248
- data/CONTRIBUTING.md +0 -151
- data/VERSION +0 -1
- data/acceptance/.gitignore +0 -3
- data/acceptance/.shared/kitchen_acceptance/.kitchen.digitalocean.yml +0 -33
- data/acceptance/.shared/kitchen_acceptance/.kitchen.ec2.yml +0 -283
- data/acceptance/.shared/kitchen_acceptance/.kitchen.vagrant.yml +0 -59
- data/acceptance/.shared/kitchen_acceptance/libraries/kitchen.rb +0 -68
- data/acceptance/.shared/kitchen_acceptance/metadata.rb +0 -1
- data/acceptance/Gemfile +0 -19
- data/acceptance/Gemfile.lock +0 -266
- data/acceptance/README.md +0 -137
- data/acceptance/basics/.acceptance/acceptance-cookbook/.gitignore +0 -2
- data/acceptance/basics/.acceptance/acceptance-cookbook/metadata.rb +0 -3
- data/acceptance/basics/.acceptance/acceptance-cookbook/recipes/destroy.rb +0 -1
- data/acceptance/basics/.acceptance/acceptance-cookbook/recipes/provision.rb +0 -1
- data/acceptance/basics/.acceptance/acceptance-cookbook/recipes/verify.rb +0 -1
- data/acceptance/basics/.kitchen.yml +0 -4
- data/acceptance/basics/test/integration/chef-current-install/serverspec/chef_client_spec.rb +0 -19
- data/acceptance/basics/test/integration/chef-current-install/serverspec/spec_helper.rb +0 -6
- data/acceptance/basics/test/integration/helpers/serverspec/Gemfile +0 -8
- data/acceptance/data-collector/.acceptance/acceptance-cookbook/.gitignore +0 -2
- data/acceptance/data-collector/.acceptance/acceptance-cookbook/metadata.rb +0 -3
- data/acceptance/data-collector/.acceptance/acceptance-cookbook/recipes/destroy.rb +0 -2
- data/acceptance/data-collector/.acceptance/acceptance-cookbook/recipes/provision.rb +0 -2
- data/acceptance/data-collector/.acceptance/acceptance-cookbook/recipes/verify.rb +0 -2
- data/acceptance/data-collector/.acceptance/data-collector-test/.gitignore +0 -16
- data/acceptance/data-collector/.acceptance/data-collector-test/Berksfile +0 -3
- data/acceptance/data-collector/.acceptance/data-collector-test/files/default/api.rb +0 -101
- data/acceptance/data-collector/.acceptance/data-collector-test/files/default/apigemfile +0 -3
- data/acceptance/data-collector/.acceptance/data-collector-test/files/default/client-rb-both-mode.rb +0 -4
- data/acceptance/data-collector/.acceptance/data-collector-test/files/default/client-rb-client-mode.rb +0 -4
- data/acceptance/data-collector/.acceptance/data-collector-test/files/default/client-rb-no-endpoint.rb +0 -2
- data/acceptance/data-collector/.acceptance/data-collector-test/files/default/client-rb-solo-mode.rb +0 -4
- data/acceptance/data-collector/.acceptance/data-collector-test/files/default/config.ru +0 -2
- data/acceptance/data-collector/.acceptance/data-collector-test/metadata.rb +0 -7
- data/acceptance/data-collector/.acceptance/data-collector-test/recipes/default.rb +0 -44
- data/acceptance/data-collector/.kitchen.yml +0 -9
- data/acceptance/data-collector/Berksfile +0 -3
- data/acceptance/data-collector/test/integration/default/serverspec/default_spec.rb +0 -208
- data/acceptance/data-collector/test/integration/helpers/serverspec/Gemfile +0 -8
- data/acceptance/omnitruck/.acceptance/acceptance-cookbook/.gitignore +0 -2
- data/acceptance/omnitruck/.acceptance/acceptance-cookbook/metadata.rb +0 -1
- data/acceptance/omnitruck/.acceptance/acceptance-cookbook/recipes/destroy.rb +0 -1
- data/acceptance/omnitruck/.acceptance/acceptance-cookbook/recipes/provision.rb +0 -1
- data/acceptance/omnitruck/.acceptance/acceptance-cookbook/recipes/verify.rb +0 -61
- data/acceptance/top-cookbooks/.acceptance/acceptance-cookbook/.gitignore +0 -2
- data/acceptance/top-cookbooks/.acceptance/acceptance-cookbook/libraries/cookbook_kitchen.rb +0 -43
- data/acceptance/top-cookbooks/.acceptance/acceptance-cookbook/libraries/top_cookbooks.rb +0 -41
- data/acceptance/top-cookbooks/.acceptance/acceptance-cookbook/metadata.rb +0 -3
- data/acceptance/top-cookbooks/.acceptance/acceptance-cookbook/recipes/destroy.rb +0 -1
- data/acceptance/top-cookbooks/.acceptance/acceptance-cookbook/recipes/provision.rb +0 -1
- data/acceptance/top-cookbooks/.acceptance/acceptance-cookbook/recipes/verify.rb +0 -1
- data/acceptance/top-cookbooks/.gitignore +0 -1
- data/acceptance/top-cookbooks/.kitchen.chocolatey.yml +0 -6
- data/acceptance/top-cookbooks/.kitchen.iis.yml +0 -4
- data/acceptance/top-cookbooks/.kitchen.learn-the-basics-rhel.yml +0 -7
- data/acceptance/top-cookbooks/.kitchen.learn-the-basics-ubuntu.yml +0 -7
- data/acceptance/top-cookbooks/.kitchen.learn-the-basics-windows.yml +0 -7
- data/acceptance/top-cookbooks/.kitchen.powershell.yml +0 -4
- data/acceptance/top-cookbooks/.kitchen.sql_server.yml +0 -5
- data/acceptance/top-cookbooks/.kitchen.winbox.yml +0 -8
- data/acceptance/top-cookbooks/.kitchen.windows.yml +0 -38
- data/acceptance/trivial/.acceptance/acceptance-cookbook/.gitignore +0 -2
- data/acceptance/trivial/.acceptance/acceptance-cookbook/metadata.rb +0 -2
- data/acceptance/trivial/.acceptance/acceptance-cookbook/recipes/destroy.rb +0 -1
- data/acceptance/trivial/.acceptance/acceptance-cookbook/recipes/provision.rb +0 -1
- data/acceptance/trivial/.acceptance/acceptance-cookbook/recipes/verify.rb +0 -1
- data/acceptance/trivial/.kitchen.yml +0 -7
- data/acceptance/trivial/test/integration/chef-current-install/inspec/chef_client_spec.rb +0 -5
- data/acceptance/windows-service/.acceptance/acceptance-cookbook/.gitignore +0 -2
- data/acceptance/windows-service/.acceptance/acceptance-cookbook/metadata.rb +0 -2
- data/acceptance/windows-service/.acceptance/acceptance-cookbook/recipes/destroy.rb +0 -1
- data/acceptance/windows-service/.acceptance/acceptance-cookbook/recipes/provision.rb +0 -1
- data/acceptance/windows-service/.acceptance/acceptance-cookbook/recipes/verify.rb +0 -1
- data/acceptance/windows-service/.kitchen.yml +0 -7
- data/acceptance/windows-service/test/integration/chef-windows-service/inspec/chef_windows_service_spec.rb +0 -58
- data/distro/common/html/_sources/ctl_chef_client.txt +0 -36
- data/distro/common/html/_sources/ctl_chef_server.txt +0 -341
- data/distro/common/html/_sources/ctl_chef_shell.txt +0 -15
- data/distro/common/html/_sources/ctl_chef_solo.txt +0 -25
- data/distro/common/html/_sources/index.txt +0 -135
- data/distro/common/html/_sources/knife.txt +0 -74
- data/distro/common/html/_sources/knife_bootstrap.txt +0 -56
- data/distro/common/html/_sources/knife_client.txt +0 -151
- data/distro/common/html/_sources/knife_common_options.txt +0 -6
- data/distro/common/html/_sources/knife_configure.txt +0 -29
- data/distro/common/html/_sources/knife_cookbook.txt +0 -236
- data/distro/common/html/_sources/knife_cookbook_site.txt +0 -157
- data/distro/common/html/_sources/knife_data_bag.txt +0 -160
- data/distro/common/html/_sources/knife_delete.txt +0 -26
- data/distro/common/html/_sources/knife_deps.txt +0 -61
- data/distro/common/html/_sources/knife_diff.txt +0 -34
- data/distro/common/html/_sources/knife_download.txt +0 -44
- data/distro/common/html/_sources/knife_edit.txt +0 -26
- data/distro/common/html/_sources/knife_environment.txt +0 -158
- data/distro/common/html/_sources/knife_exec.txt +0 -47
- data/distro/common/html/_sources/knife_index_rebuild.txt +0 -21
- data/distro/common/html/_sources/knife_list.txt +0 -33
- data/distro/common/html/_sources/knife_node.txt +0 -250
- data/distro/common/html/_sources/knife_raw.txt +0 -35
- data/distro/common/html/_sources/knife_recipe_list.txt +0 -23
- data/distro/common/html/_sources/knife_role.txt +0 -157
- data/distro/common/html/_sources/knife_search.txt +0 -53
- data/distro/common/html/_sources/knife_serve.txt +0 -19
- data/distro/common/html/_sources/knife_show.txt +0 -27
- data/distro/common/html/_sources/knife_ssh.txt +0 -43
- data/distro/common/html/_sources/knife_ssl_check.txt +0 -41
- data/distro/common/html/_sources/knife_ssl_fetch.txt +0 -41
- data/distro/common/html/_sources/knife_status.txt +0 -37
- data/distro/common/html/_sources/knife_tag.txt +0 -69
- data/distro/common/html/_sources/knife_upload.txt +0 -49
- data/distro/common/html/_sources/knife_user.txt +0 -127
- data/distro/common/html/_sources/knife_using.txt +0 -43
- data/distro/common/html/_sources/knife_xargs.txt +0 -30
- data/distro/common/html/_static/ajax-loader.gif +0 -0
- data/distro/common/html/_static/basic.css +0 -537
- data/distro/common/html/_static/chef.ico +0 -0
- data/distro/common/html/_static/chef_html_logo.png +0 -0
- data/distro/common/html/_static/comment-bright.png +0 -0
- data/distro/common/html/_static/comment-close.png +0 -0
- data/distro/common/html/_static/comment.png +0 -0
- data/distro/common/html/_static/contents.png +0 -0
- data/distro/common/html/_static/doctools.js +0 -238
- data/distro/common/html/_static/down-pressed.png +0 -0
- data/distro/common/html/_static/down.png +0 -0
- data/distro/common/html/_static/file.png +0 -0
- data/distro/common/html/_static/guide.css +0 -505
- data/distro/common/html/_static/jquery.js +0 -2
- data/distro/common/html/_static/minus.png +0 -0
- data/distro/common/html/_static/navigation.png +0 -0
- data/distro/common/html/_static/plus.png +0 -0
- data/distro/common/html/_static/pygments.css +0 -62
- data/distro/common/html/_static/searchtools.js +0 -622
- data/distro/common/html/_static/underscore.js +0 -31
- data/distro/common/html/_static/up-pressed.png +0 -0
- data/distro/common/html/_static/up.png +0 -0
- data/distro/common/html/_static/websupport.js +0 -808
- data/distro/common/html/ctl_chef_client.html +0 -270
- data/distro/common/html/ctl_chef_server.html +0 -728
- data/distro/common/html/ctl_chef_shell.html +0 -163
- data/distro/common/html/ctl_chef_solo.html +0 -194
- data/distro/common/html/index.html +0 -202
- data/distro/common/html/knife.html +0 -170
- data/distro/common/html/knife_bootstrap.html +0 -285
- data/distro/common/html/knife_client.html +0 -285
- data/distro/common/html/knife_common_options.html +0 -96
- data/distro/common/html/knife_configure.html +0 -105
- data/distro/common/html/knife_cookbook.html +0 -487
- data/distro/common/html/knife_cookbook_site.html +0 -375
- data/distro/common/html/knife_data_bag.html +0 -374
- data/distro/common/html/knife_delete.html +0 -93
- data/distro/common/html/knife_deps.html +0 -143
- data/distro/common/html/knife_diff.html +0 -123
- data/distro/common/html/knife_download.html +0 -145
- data/distro/common/html/knife_edit.html +0 -89
- data/distro/common/html/knife_environment.html +0 -322
- data/distro/common/html/knife_exec.html +0 -220
- data/distro/common/html/knife_index_rebuild.html +0 -83
- data/distro/common/html/knife_list.html +0 -114
- data/distro/common/html/knife_node.html +0 -458
- data/distro/common/html/knife_raw.html +0 -110
- data/distro/common/html/knife_recipe_list.html +0 -91
- data/distro/common/html/knife_role.html +0 -295
- data/distro/common/html/knife_search.html +0 -203
- data/distro/common/html/knife_serve.html +0 -79
- data/distro/common/html/knife_show.html +0 -104
- data/distro/common/html/knife_ssh.html +0 -177
- data/distro/common/html/knife_ssl_check.html +0 -151
- data/distro/common/html/knife_ssl_fetch.html +0 -151
- data/distro/common/html/knife_status.html +0 -144
- data/distro/common/html/knife_tag.html +0 -138
- data/distro/common/html/knife_upload.html +0 -153
- data/distro/common/html/knife_user.html +0 -242
- data/distro/common/html/knife_using.html +0 -210
- data/distro/common/html/knife_xargs.html +0 -122
- data/distro/common/html/objects.inv +0 -0
- data/distro/common/html/search.html +0 -82
- data/distro/common/html/searchindex.js +0 -1
- data/distro/common/man/man1/README.md +0 -58
- data/distro/common/man/man1/chef-shell.1 +0 -194
- data/distro/common/man/man1/knife-bootstrap.1 +0 -215
- data/distro/common/man/man1/knife-client.1 +0 -443
- data/distro/common/man/man1/knife-configure.1 +0 -161
- data/distro/common/man/man1/knife-cookbook-site.1 +0 -552
- data/distro/common/man/man1/knife-cookbook.1 +0 -770
- data/distro/common/man/man1/knife-data-bag.1 +0 -617
- data/distro/common/man/man1/knife-delete.1 +0 -127
- data/distro/common/man/man1/knife-deps.1 +0 -246
- data/distro/common/man/man1/knife-diff.1 +0 -226
- data/distro/common/man/man1/knife-download.1 +0 -258
- data/distro/common/man/man1/knife-edit.1 +0 -121
- data/distro/common/man/man1/knife-environment.1 +0 -496
- data/distro/common/man/man1/knife-exec.1 +0 -362
- data/distro/common/man/man1/knife-index-rebuild.1 +0 -63
- data/distro/common/man/man1/knife-list.1 +0 -174
- data/distro/common/man/man1/knife-node.1 +0 -716
- data/distro/common/man/man1/knife-raw.1 +0 -172
- data/distro/common/man/man1/knife-recipe-list.1 +0 -85
- data/distro/common/man/man1/knife-role.1 +0 -426
- data/distro/common/man/man1/knife-search.1 +0 -359
- data/distro/common/man/man1/knife-serve.1 +0 -109
- data/distro/common/man/man1/knife-show.1 +0 -160
- data/distro/common/man/man1/knife-ssh.1 +0 -284
- data/distro/common/man/man1/knife-ssl-check.1 +0 -207
- data/distro/common/man/man1/knife-ssl-fetch.1 +0 -207
- data/distro/common/man/man1/knife-status.1 +0 -234
- data/distro/common/man/man1/knife-tag.1 +0 -189
- data/distro/common/man/man1/knife-upload.1 +0 -280
- data/distro/common/man/man1/knife-user.1 +0 -356
- data/distro/common/man/man1/knife-xargs.1 +0 -189
- data/distro/common/man/man1/knife.1 +0 -332
- data/distro/common/man/man8/chef-apply.8 +0 -86
- data/distro/common/man/man8/chef-client.8 +0 -398
- data/distro/common/man/man8/chef-solo.8 +0 -260
- data/distro/common/markdown/README +0 -3
- data/distro/common/markdown/man1/chef-shell.mkd +0 -195
- data/distro/common/markdown/man1/knife-bootstrap.mkd +0 -141
- data/distro/common/markdown/man1/knife-client.mkd +0 -103
- data/distro/common/markdown/man1/knife-configure.mkd +0 -71
- data/distro/common/markdown/man1/knife-cookbook-site.mkd +0 -123
- data/distro/common/markdown/man1/knife-cookbook.mkd +0 -263
- data/distro/common/markdown/man1/knife-data-bag.mkd +0 -121
- data/distro/common/markdown/man1/knife-environment.mkd +0 -151
- data/distro/common/markdown/man1/knife-exec.mkd +0 -42
- data/distro/common/markdown/man1/knife-index.mkd +0 -30
- data/distro/common/markdown/man1/knife-node.mkd +0 -130
- data/distro/common/markdown/man1/knife-role.mkd +0 -85
- data/distro/common/markdown/man1/knife-search.mkd +0 -180
- data/distro/common/markdown/man1/knife-ssh.mkd +0 -69
- data/distro/common/markdown/man1/knife-status.mkd +0 -36
- data/distro/common/markdown/man1/knife-tag.mkd +0 -39
- data/distro/common/markdown/man1/knife.mkd +0 -213
- data/distro/common/markdown/man8/chef-client.mkd +0 -75
- data/distro/common/markdown/man8/chef-expander.mkd +0 -81
- data/distro/common/markdown/man8/chef-expanderctl.mkd +0 -57
- data/distro/common/markdown/man8/chef-server-webui.mkd +0 -121
- data/distro/common/markdown/man8/chef-server.mkd +0 -120
- data/distro/common/markdown/man8/chef-solo.mkd +0 -107
- data/distro/common/markdown/man8/chef-solr.mkd +0 -89
- data/distro/powershell/chef/chef.psm1 +0 -459
- data/tasks/cbgb.rb +0 -84
@@ -1,207 +0,0 @@
|
|
1
|
-
.\" Man page generated from reStructuredText.
|
2
|
-
.
|
3
|
-
.TH "KNIFE-SSL-FETCH" "1" "Chef 12.0" "" "knife ssl fetch"
|
4
|
-
.SH NAME
|
5
|
-
knife-ssl-fetch \- The man page for the knife ssl fetch subcommand.
|
6
|
-
.
|
7
|
-
.nr rst2man-indent-level 0
|
8
|
-
.
|
9
|
-
.de1 rstReportMargin
|
10
|
-
\\$1 \\n[an-margin]
|
11
|
-
level \\n[rst2man-indent-level]
|
12
|
-
level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
13
|
-
-
|
14
|
-
\\n[rst2man-indent0]
|
15
|
-
\\n[rst2man-indent1]
|
16
|
-
\\n[rst2man-indent2]
|
17
|
-
..
|
18
|
-
.de1 INDENT
|
19
|
-
.\" .rstReportMargin pre:
|
20
|
-
. RS \\$1
|
21
|
-
. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
|
22
|
-
. nr rst2man-indent-level +1
|
23
|
-
.\" .rstReportMargin post:
|
24
|
-
..
|
25
|
-
.de UNINDENT
|
26
|
-
. RE
|
27
|
-
.\" indent \\n[an-margin]
|
28
|
-
.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
29
|
-
.nr rst2man-indent-level -1
|
30
|
-
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
31
|
-
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
32
|
-
..
|
33
|
-
.sp
|
34
|
-
The \fBknife ssl fetch\fP subcommand is used to copy SSL certificates from an HTTPS server to the \fBtrusted_certs_dir\fP directory that is used by knife and the chef\-client to store trusted SSL certificates. When these certificates match the hostname of the remote server, running \fBknife ssl fetch\fP is the only step required to verify a remote server that is accessed by either knife or the chef\-client\&.
|
35
|
-
.sp
|
36
|
-
\fBWARNING:\fP
|
37
|
-
.INDENT 0.0
|
38
|
-
.INDENT 3.5
|
39
|
-
It is the user\(aqs responsibility to verify the authenticity of every SSL certificate before downloading it to the \fBtrusted_certs_dir\fP directory. knife will use any certificate in that directory as if it is a 100% trusted and authentic SSL certificate. knife will not be able to determine if any certificate in this directory has been tampered with, is forged, malicious, or otherwise harmful. Therefore it is essential that users take the proper steps before downloading certificates into this directory.
|
40
|
-
.UNINDENT
|
41
|
-
.UNINDENT
|
42
|
-
.sp
|
43
|
-
\fBSyntax\fP
|
44
|
-
.sp
|
45
|
-
This subcommand has the following syntax:
|
46
|
-
.INDENT 0.0
|
47
|
-
.INDENT 3.5
|
48
|
-
.sp
|
49
|
-
.nf
|
50
|
-
.ft C
|
51
|
-
$ knife ssl fetch URI_FOR_HTTPS_SERVER
|
52
|
-
.ft P
|
53
|
-
.fi
|
54
|
-
.UNINDENT
|
55
|
-
.UNINDENT
|
56
|
-
.sp
|
57
|
-
\fBOptions\fP
|
58
|
-
.sp
|
59
|
-
This subcommand has the following options:
|
60
|
-
.INDENT 0.0
|
61
|
-
.TP
|
62
|
-
.B \fB\-a SSH_ATTR\fP, \fB\-\-attribute SSH_ATTR\fP
|
63
|
-
The attribute that is used when opening the SSH connection. The default attribute is the FQDN of the host. Other possible values include a public IP address, a private IP address, or a hostname.
|
64
|
-
.TP
|
65
|
-
.B \fB\-A\fP, \fB\-\-forward\-agent\fP
|
66
|
-
Use to enable SSH agent forwarding.
|
67
|
-
.TP
|
68
|
-
.B \fB\-c CONFIG_FILE\fP, \fB\-\-config CONFIG_FILE\fP
|
69
|
-
The configuration file to use.
|
70
|
-
.TP
|
71
|
-
.B \fB\-C NUM\fP, \fB\-\-concurrency NUM\fP
|
72
|
-
The number of allowed concurrent connections.
|
73
|
-
.TP
|
74
|
-
.B \fB\-\-chef\-zero\-port PORT\fP
|
75
|
-
The port on which chef\-zero will listen.
|
76
|
-
.TP
|
77
|
-
.B \fB\-\-[no\-]color\fP
|
78
|
-
Use to view colored output.
|
79
|
-
.TP
|
80
|
-
.B \fB\-d\fP, \fB\-\-disable\-editing\fP
|
81
|
-
Use to prevent the $EDITOR from being opened and to accept data as\-is.
|
82
|
-
.TP
|
83
|
-
.B \fB\-\-defaults\fP
|
84
|
-
Use to have knife use the default value instead of asking a user to provide one.
|
85
|
-
.TP
|
86
|
-
.B \fB\-e EDITOR\fP, \fB\-\-editor EDITOR\fP
|
87
|
-
The $EDITOR that is used for all interactive commands.
|
88
|
-
.TP
|
89
|
-
.B \fB\-E ENVIRONMENT\fP, \fB\-\-environment ENVIRONMENT\fP
|
90
|
-
The name of the environment. When this option is added to a command, the command will run only against the named environment.
|
91
|
-
.TP
|
92
|
-
.B \fB\-F FORMAT\fP, \fB\-\-format FORMAT\fP
|
93
|
-
The output format: \fBsummary\fP (default), \fBtext\fP, \fBjson\fP, \fByaml\fP, and \fBpp\fP\&.
|
94
|
-
.TP
|
95
|
-
.B \fB\-G GATEWAY\fP, \fB\-\-ssh\-gateway GATEWAY\fP
|
96
|
-
The SSH tunnel or gateway that is used to run a bootstrap action on a machine that is not accessible from the workstation.
|
97
|
-
.TP
|
98
|
-
.B \fB\-h\fP, \fB\-\-help\fP
|
99
|
-
Shows help for the command.
|
100
|
-
.TP
|
101
|
-
.B \fB\-i IDENTITY_FILE\fP, \fB\-\-identity\-file IDENTIFY_FILE\fP
|
102
|
-
The SSH identity file used for authentication. Key\-based authentication is recommended.
|
103
|
-
.TP
|
104
|
-
.B \fB\-k KEY\fP, \fB\-\-key KEY\fP
|
105
|
-
The private key that knife will use to sign requests made by the API client to the Chef server\&.
|
106
|
-
.TP
|
107
|
-
.B \fB\-m\fP, \fB\-\-manual\-list\fP
|
108
|
-
Use to define a search query as a space\-separated list of servers. If there is more than one item in the list, put quotes around the entire list. For example: \fB\-\-manual\-list "server01 server 02 server 03"\fP
|
109
|
-
.TP
|
110
|
-
.B \fB\-\-[no\-]host\-key\-verify\fP
|
111
|
-
Use \fB\-\-no\-host\-key\-verify\fP to disable host key verification. Default setting: \fB\-\-host\-key\-verify\fP\&.
|
112
|
-
.TP
|
113
|
-
.B \fBOTHER\fP
|
114
|
-
The shell type. Possible values: \fBinteractive\fP, \fBscreen\fP, \fBtmux\fP, \fBmacterm\fP, or \fBcssh\fP\&. (\fBcsshx\fP is deprecated in favor of \fBcssh\fP\&.)
|
115
|
-
.TP
|
116
|
-
.B \fB\-p PORT\fP, \fB\-\-ssh\-port PORT\fP
|
117
|
-
The SSH port.
|
118
|
-
.TP
|
119
|
-
.B \fB\-P PASSWORD\fP, \fB\-\-ssh\-password PASSWORD\fP
|
120
|
-
The SSH password. This can be used to pass the password directly on the command line. If this option is not specified (and a password is required) knife will prompt for the password.
|
121
|
-
.TP
|
122
|
-
.B \fB\-\-print\-after\fP
|
123
|
-
Use to show data after a destructive operation.
|
124
|
-
.TP
|
125
|
-
.B \fB\-s URL\fP, \fB\-\-server\-url URL\fP
|
126
|
-
The URL for the Chef server\&.
|
127
|
-
.TP
|
128
|
-
.B \fBSEARCH_QUERY\fP
|
129
|
-
The search query used to return a list of servers to be accessed using SSH and the specified \fBSSH_COMMAND\fP\&. This option uses the same syntax as the search sub\-command.
|
130
|
-
.TP
|
131
|
-
.B \fBSSH_COMMAND\fP
|
132
|
-
The command that will be run against the results of a search query.
|
133
|
-
.TP
|
134
|
-
.B \fB\-u USER\fP, \fB\-\-user USER\fP
|
135
|
-
The user name used by knife to sign requests made by the API client to the Chef server\&. Authentication will fail if the user name does not match the private key.
|
136
|
-
.TP
|
137
|
-
.B \fB\-v\fP, \fB\-\-version\fP
|
138
|
-
The version of the chef\-client\&.
|
139
|
-
.TP
|
140
|
-
.B \fB\-V\fP, \fB\-\-verbose\fP
|
141
|
-
Set for more verbose outputs. Use \fB\-VV\fP for maximum verbosity.
|
142
|
-
.TP
|
143
|
-
.B \fB\-x USER_NAME\fP, \fB\-\-ssh\-user USER_NAME\fP
|
144
|
-
The SSH user name.
|
145
|
-
.TP
|
146
|
-
.B \fB\-y\fP, \fB\-\-yes\fP
|
147
|
-
Use to respond to all confirmation prompts with "Yes". knife will not ask for confirmation.
|
148
|
-
.TP
|
149
|
-
.B \fB\-z\fP, \fB\-\-local\-mode\fP
|
150
|
-
Use to run the chef\-client in local mode. This allows all commands that work against the Chef server to also work against the local chef\-repo\&.
|
151
|
-
.UNINDENT
|
152
|
-
.sp
|
153
|
-
\fBExamples\fP
|
154
|
-
.sp
|
155
|
-
The following examples show how to use this knife subcommand:
|
156
|
-
.sp
|
157
|
-
\fBFetch the SSL certificates used by Knife from the Chef server\fP
|
158
|
-
.INDENT 0.0
|
159
|
-
.INDENT 3.5
|
160
|
-
.sp
|
161
|
-
.nf
|
162
|
-
.ft C
|
163
|
-
$ knife ssl fetch
|
164
|
-
.ft P
|
165
|
-
.fi
|
166
|
-
.UNINDENT
|
167
|
-
.UNINDENT
|
168
|
-
.sp
|
169
|
-
\fBFetch the SSL certificates used by the chef\-client from the Chef server\fP
|
170
|
-
.INDENT 0.0
|
171
|
-
.INDENT 3.5
|
172
|
-
.sp
|
173
|
-
.nf
|
174
|
-
.ft C
|
175
|
-
$ knife ssl fetch \-c /etc/chef/client.rb
|
176
|
-
.ft P
|
177
|
-
.fi
|
178
|
-
.UNINDENT
|
179
|
-
.UNINDENT
|
180
|
-
.sp
|
181
|
-
\fBFetch SSL certificates from a URL or URI\fP
|
182
|
-
.INDENT 0.0
|
183
|
-
.INDENT 3.5
|
184
|
-
.sp
|
185
|
-
.nf
|
186
|
-
.ft C
|
187
|
-
$ knife ssl fetch URL_or_URI
|
188
|
-
.ft P
|
189
|
-
.fi
|
190
|
-
.UNINDENT
|
191
|
-
.UNINDENT
|
192
|
-
.sp
|
193
|
-
for example:
|
194
|
-
.INDENT 0.0
|
195
|
-
.INDENT 3.5
|
196
|
-
.sp
|
197
|
-
.nf
|
198
|
-
.ft C
|
199
|
-
$ knife ssl fetch https://www.getchef.com
|
200
|
-
.ft P
|
201
|
-
.fi
|
202
|
-
.UNINDENT
|
203
|
-
.UNINDENT
|
204
|
-
.SH AUTHOR
|
205
|
-
Chef
|
206
|
-
.\" Generated by docutils manpage writer.
|
207
|
-
.
|
@@ -1,234 +0,0 @@
|
|
1
|
-
.\" Man page generated from reStructuredText.
|
2
|
-
.
|
3
|
-
.TH "KNIFE-STATUS" "1" "Chef 12.0" "" "knife status"
|
4
|
-
.SH NAME
|
5
|
-
knife-status \- The man page for the knife status subcommand.
|
6
|
-
.
|
7
|
-
.nr rst2man-indent-level 0
|
8
|
-
.
|
9
|
-
.de1 rstReportMargin
|
10
|
-
\\$1 \\n[an-margin]
|
11
|
-
level \\n[rst2man-indent-level]
|
12
|
-
level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
13
|
-
-
|
14
|
-
\\n[rst2man-indent0]
|
15
|
-
\\n[rst2man-indent1]
|
16
|
-
\\n[rst2man-indent2]
|
17
|
-
..
|
18
|
-
.de1 INDENT
|
19
|
-
.\" .rstReportMargin pre:
|
20
|
-
. RS \\$1
|
21
|
-
. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
|
22
|
-
. nr rst2man-indent-level +1
|
23
|
-
.\" .rstReportMargin post:
|
24
|
-
..
|
25
|
-
.de UNINDENT
|
26
|
-
. RE
|
27
|
-
.\" indent \\n[an-margin]
|
28
|
-
.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
29
|
-
.nr rst2man-indent-level -1
|
30
|
-
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
31
|
-
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
32
|
-
..
|
33
|
-
.sp
|
34
|
-
The \fBknife status\fP subcommand is used to display a brief summary of the nodes on a Chef server, including the time of the most recent successful chef\-client run.
|
35
|
-
.sp
|
36
|
-
\fBSyntax\fP
|
37
|
-
.sp
|
38
|
-
This subcommand has the following syntax:
|
39
|
-
.INDENT 0.0
|
40
|
-
.INDENT 3.5
|
41
|
-
.sp
|
42
|
-
.nf
|
43
|
-
.ft C
|
44
|
-
$ knife status (options)
|
45
|
-
.ft P
|
46
|
-
.fi
|
47
|
-
.UNINDENT
|
48
|
-
.UNINDENT
|
49
|
-
.sp
|
50
|
-
\fBOptions\fP
|
51
|
-
.sp
|
52
|
-
This subcommand has the following options:
|
53
|
-
.INDENT 0.0
|
54
|
-
.TP
|
55
|
-
.B \fB\-c CONFIG_FILE\fP, \fB\-\-config CONFIG_FILE\fP
|
56
|
-
The configuration file to use.
|
57
|
-
.TP
|
58
|
-
.B \fB\-\-chef\-zero\-port PORT\fP
|
59
|
-
The port on which chef\-zero will listen.
|
60
|
-
.TP
|
61
|
-
.B \fB\-\-[no\-]color\fP
|
62
|
-
Use to view colored output.
|
63
|
-
.TP
|
64
|
-
.B \fB\-d\fP, \fB\-\-disable\-editing\fP
|
65
|
-
Use to prevent the $EDITOR from being opened and to accept data as\-is.
|
66
|
-
.TP
|
67
|
-
.B \fB\-\-defaults\fP
|
68
|
-
Use to have knife use the default value instead of asking a user to provide one.
|
69
|
-
.TP
|
70
|
-
.B \fB\-e EDITOR\fP, \fB\-\-editor EDITOR\fP
|
71
|
-
The $EDITOR that is used for all interactive commands.
|
72
|
-
.TP
|
73
|
-
.B \fB\-E ENVIRONMENT\fP, \fB\-\-environment ENVIRONMENT\fP
|
74
|
-
The name of the environment. When this option is added to a command, the command will run only against the named environment.
|
75
|
-
.TP
|
76
|
-
.B \fB\-F FORMAT\fP, \fB\-\-format FORMAT\fP
|
77
|
-
The output format: \fBsummary\fP (default), \fBtext\fP, \fBjson\fP, \fByaml\fP, and \fBpp\fP\&.
|
78
|
-
.TP
|
79
|
-
.B \fB\-h\fP, \fB\-\-help\fP
|
80
|
-
Shows help for the command.
|
81
|
-
.TP
|
82
|
-
.B \fB\-H\fP, \fB\-\-hide\-healthy\fP
|
83
|
-
Use to hide nodes on which a chef\-client run has occurred within the previous hour.
|
84
|
-
.TP
|
85
|
-
.B \fB\-k KEY\fP, \fB\-\-key KEY\fP
|
86
|
-
The private key that knife will use to sign requests made by the API client to the Chef server\&.
|
87
|
-
.TP
|
88
|
-
.B \fB\-\-print\-after\fP
|
89
|
-
Use to show data after a destructive operation.
|
90
|
-
.TP
|
91
|
-
.B \fBSEARCH_QUERY\fP
|
92
|
-
The search query used to identify a a list of items on a Chef server\&. This option uses the same syntax as the \fBsearch\fP sub\-command.
|
93
|
-
.TP
|
94
|
-
.B \fB\-r RUN_LIST\fP, \fB\-\-run\-list RUN_LIST\fP
|
95
|
-
A comma\-separated list of roles and/or recipes to be applied.
|
96
|
-
.TP
|
97
|
-
.B \fB\-s\fP, \fB\-\-sort\-reverse\fP
|
98
|
-
Use to sort a list by last run time, descending.
|
99
|
-
.TP
|
100
|
-
.B \fB\-\-server\-url URL\fP
|
101
|
-
The URL for the Chef server\&.
|
102
|
-
.TP
|
103
|
-
.B \fB\-u USER\fP, \fB\-\-user USER\fP
|
104
|
-
The user name used by knife to sign requests made by the API client to the Chef server\&. Authentication will fail if the user name does not match the private key.
|
105
|
-
.TP
|
106
|
-
.B \fB\-v\fP, \fB\-\-version\fP
|
107
|
-
The version of the chef\-client\&.
|
108
|
-
.TP
|
109
|
-
.B \fB\-V\fP, \fB\-\-verbose\fP
|
110
|
-
Set for more verbose outputs. Use \fB\-VV\fP for maximum verbosity.
|
111
|
-
.TP
|
112
|
-
.B \fB\-y\fP, \fB\-\-yes\fP
|
113
|
-
Use to respond to all confirmation prompts with "Yes". knife will not ask for confirmation.
|
114
|
-
.TP
|
115
|
-
.B \fB\-z\fP, \fB\-\-local\-mode\fP
|
116
|
-
Use to run the chef\-client in local mode. This allows all commands that work against the Chef server to also work against the local chef\-repo\&.
|
117
|
-
.UNINDENT
|
118
|
-
.sp
|
119
|
-
\fBExamples\fP
|
120
|
-
.sp
|
121
|
-
To include run lists in the status, enter:
|
122
|
-
.INDENT 0.0
|
123
|
-
.INDENT 3.5
|
124
|
-
.sp
|
125
|
-
.nf
|
126
|
-
.ft C
|
127
|
-
$ knife status \-\-run\-list
|
128
|
-
.ft P
|
129
|
-
.fi
|
130
|
-
.UNINDENT
|
131
|
-
.UNINDENT
|
132
|
-
.sp
|
133
|
-
to return something like:
|
134
|
-
.INDENT 0.0
|
135
|
-
.INDENT 3.5
|
136
|
-
.sp
|
137
|
-
.nf
|
138
|
-
.ft C
|
139
|
-
20 hours ago, dev\-vm.chisamore.com, ubuntu 10.04, dev\-vm.chisamore.com, 10.66.44.126, role[lb].
|
140
|
-
3 hours ago, i\-225f954f, ubuntu 10.04, ec2\-67\-202\-63\-102.compute\-1.amazonaws.com, 67.202.63.102, role[web].
|
141
|
-
3 hours ago, i\-a45298c9, ubuntu 10.04, ec2\-174\-129\-127\-206.compute\-1.amazonaws.com, 174.129.127.206, role[web].
|
142
|
-
3 hours ago, i\-5272a43f, ubuntu 10.04, ec2\-184\-73\-9\-250.compute\-1.amazonaws.com, 184.73.9.250, role[web].
|
143
|
-
3 hours ago, i\-226ca64f, ubuntu 10.04, ec2\-75\-101\-240\-230.compute\-1.amazonaws.com, 75.101.240.230, role[web].
|
144
|
-
3 hours ago, i\-f65c969b, ubuntu 10.04, ec2\-184\-73\-60\-141.compute\-1.amazonaws.com, 184.73.60.141, role[web].
|
145
|
-
.ft P
|
146
|
-
.fi
|
147
|
-
.UNINDENT
|
148
|
-
.UNINDENT
|
149
|
-
.sp
|
150
|
-
To show the status for nodes on which the chef\-client did not run successfully within the past hour, enter:
|
151
|
-
.INDENT 0.0
|
152
|
-
.INDENT 3.5
|
153
|
-
.sp
|
154
|
-
.nf
|
155
|
-
.ft C
|
156
|
-
$ knife status \-\-hide\-healthy
|
157
|
-
.ft P
|
158
|
-
.fi
|
159
|
-
.UNINDENT
|
160
|
-
.UNINDENT
|
161
|
-
.sp
|
162
|
-
to return something like:
|
163
|
-
.INDENT 0.0
|
164
|
-
.INDENT 3.5
|
165
|
-
.sp
|
166
|
-
.nf
|
167
|
-
.ft C
|
168
|
-
1 hour ago, i\-256f884f, ubuntu 12.04, ec2\-67\-202\-63\-102.compute\-1.amazonaws.com, 67.202.63.102, role[web].
|
169
|
-
1 hour ago, i\-a47823c9, ubuntu 10.04, ec2\-174\-129\-127\-206.compute\-1.amazonaws.com, 184.129.143.111, role[lb].
|
170
|
-
.ft P
|
171
|
-
.fi
|
172
|
-
.UNINDENT
|
173
|
-
.UNINDENT
|
174
|
-
.sp
|
175
|
-
To show the status of a subset of nodes that are returned by a specific query, enter:
|
176
|
-
.INDENT 0.0
|
177
|
-
.INDENT 3.5
|
178
|
-
.sp
|
179
|
-
.nf
|
180
|
-
.ft C
|
181
|
-
$ knife status "role:web" \-\-run\-list
|
182
|
-
.ft P
|
183
|
-
.fi
|
184
|
-
.UNINDENT
|
185
|
-
.UNINDENT
|
186
|
-
.sp
|
187
|
-
to return something like:
|
188
|
-
.INDENT 0.0
|
189
|
-
.INDENT 3.5
|
190
|
-
.sp
|
191
|
-
.nf
|
192
|
-
.ft C
|
193
|
-
3 hours ago, i\-225f954f, ubuntu 10.04, ec2\-67\-202\-63\-102.compute\-1.amazonaws.com, 67.202.63.102, role[web].
|
194
|
-
3 hours ago, i\-a45298c9, ubuntu 10.04, ec2\-174\-129\-127\-206.compute\-1.amazonaws.com, 174.129.127.206, role[web].
|
195
|
-
3 hours ago, i\-5272a43f, ubuntu 10.04, ec2\-184\-73\-9\-250.compute\-1.amazonaws.com, 184.73.9.250, role[web].
|
196
|
-
3 hours ago, i\-226ca64f, ubuntu 10.04, ec2\-75\-101\-240\-230.compute\-1.amazonaws.com, 75.101.240.230, role[web].
|
197
|
-
3 hours ago, i\-f65c969b, ubuntu 10.04, ec2\-184\-73\-60\-141.compute\-1.amazonaws.com, 184.73.60.141, role[web].
|
198
|
-
.ft P
|
199
|
-
.fi
|
200
|
-
.UNINDENT
|
201
|
-
.UNINDENT
|
202
|
-
.sp
|
203
|
-
To view the status of all nodes in the organization, enter:
|
204
|
-
.INDENT 0.0
|
205
|
-
.INDENT 3.5
|
206
|
-
.sp
|
207
|
-
.nf
|
208
|
-
.ft C
|
209
|
-
$ knife status
|
210
|
-
.ft P
|
211
|
-
.fi
|
212
|
-
.UNINDENT
|
213
|
-
.UNINDENT
|
214
|
-
.sp
|
215
|
-
to return something like:
|
216
|
-
.INDENT 0.0
|
217
|
-
.INDENT 3.5
|
218
|
-
.sp
|
219
|
-
.nf
|
220
|
-
.ft C
|
221
|
-
20 hours ago, dev\-vm.chisamore.com, ubuntu 10.04, dev\-vm.chisamore.com, 10.66.44.126
|
222
|
-
3 hours ago, i\-225f954f, ubuntu 10.04, ec2\-67\-202\-63\-102.compute\-1.amazonaws.com, 67.202.63.102
|
223
|
-
3 hours ago, i\-a45298c9, ubuntu 10.04, ec2\-174\-129\-127\-206.compute\-1.amazonaws.com, 174.129.127.206
|
224
|
-
3 hours ago, i\-5272a43f, ubuntu 10.04, ec2\-184\-73\-9\-250.compute\-1.amazonaws.com, 184.73.9.250
|
225
|
-
3 hours ago, i\-226ca64f, ubuntu 10.04, ec2\-75\-101\-240\-230.compute\-1.amazonaws.com, 75.101.240.230
|
226
|
-
3 hours ago, i\-f65c969b, ubuntu 10.04, ec2\-184\-73\-60\-141.compute\-1.amazonaws.com, 184.73.60.141
|
227
|
-
.ft P
|
228
|
-
.fi
|
229
|
-
.UNINDENT
|
230
|
-
.UNINDENT
|
231
|
-
.SH AUTHOR
|
232
|
-
Chef
|
233
|
-
.\" Generated by docutils manpage writer.
|
234
|
-
.
|
@@ -1,189 +0,0 @@
|
|
1
|
-
.\" Man page generated from reStructuredText.
|
2
|
-
.
|
3
|
-
.TH "KNIFE-TAG" "1" "Chef 12.0" "" "knife tag"
|
4
|
-
.SH NAME
|
5
|
-
knife-tag \- The man page for the knife tag subcommand.
|
6
|
-
.
|
7
|
-
.nr rst2man-indent-level 0
|
8
|
-
.
|
9
|
-
.de1 rstReportMargin
|
10
|
-
\\$1 \\n[an-margin]
|
11
|
-
level \\n[rst2man-indent-level]
|
12
|
-
level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
13
|
-
-
|
14
|
-
\\n[rst2man-indent0]
|
15
|
-
\\n[rst2man-indent1]
|
16
|
-
\\n[rst2man-indent2]
|
17
|
-
..
|
18
|
-
.de1 INDENT
|
19
|
-
.\" .rstReportMargin pre:
|
20
|
-
. RS \\$1
|
21
|
-
. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
|
22
|
-
. nr rst2man-indent-level +1
|
23
|
-
.\" .rstReportMargin post:
|
24
|
-
..
|
25
|
-
.de UNINDENT
|
26
|
-
. RE
|
27
|
-
.\" indent \\n[an-margin]
|
28
|
-
.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
29
|
-
.nr rst2man-indent-level -1
|
30
|
-
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
31
|
-
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
32
|
-
..
|
33
|
-
.sp
|
34
|
-
A tag is a custom description that is applied to a node. A tag, once applied, can be helpful when managing nodes using knife or when building recipes by providing alternate methods of grouping similar types of information.
|
35
|
-
.sp
|
36
|
-
The \fBknife tag\fP subcommand is used to apply tags to nodes on a Chef server\&.
|
37
|
-
.SH COMMON OPTIONS
|
38
|
-
.sp
|
39
|
-
The following options may be used with any of the arguments available to the \fBknife tag\fP subcommand:
|
40
|
-
.INDENT 0.0
|
41
|
-
.TP
|
42
|
-
.B \fB\-\-chef\-zero\-port PORT\fP
|
43
|
-
The port on which chef\-zero will listen.
|
44
|
-
.TP
|
45
|
-
.B \fB\-c CONFIG_FILE\fP, \fB\-\-config CONFIG_FILE\fP
|
46
|
-
The configuration file to use.
|
47
|
-
.TP
|
48
|
-
.B \fB\-d\fP, \fB\-\-disable\-editing\fP
|
49
|
-
Use to prevent the $EDITOR from being opened and to accept data as\-is.
|
50
|
-
.TP
|
51
|
-
.B \fB\-\-defaults\fP
|
52
|
-
Use to have knife use the default value instead of asking a user to provide one.
|
53
|
-
.TP
|
54
|
-
.B \fB\-e EDITOR\fP, \fB\-\-editor EDITOR\fP
|
55
|
-
The $EDITOR that is used for all interactive commands.
|
56
|
-
.TP
|
57
|
-
.B \fB\-E ENVIRONMENT\fP, \fB\-\-environment ENVIRONMENT\fP
|
58
|
-
The name of the environment. When this option is added to a command, the command will run only against the named environment.
|
59
|
-
.TP
|
60
|
-
.B \fB\-F FORMAT\fP, \fB\-\-format FORMAT\fP
|
61
|
-
The output format: \fBsummary\fP (default), \fBtext\fP, \fBjson\fP, \fByaml\fP, and \fBpp\fP\&.
|
62
|
-
.TP
|
63
|
-
.B \fB\-h\fP, \fB\-\-help\fP
|
64
|
-
Shows help for the command.
|
65
|
-
.TP
|
66
|
-
.B \fB\-k KEY\fP, \fB\-\-key KEY\fP
|
67
|
-
The private key that knife will use to sign requests made by the API client to the Chef server\&.
|
68
|
-
.TP
|
69
|
-
.B \fB\-\-[no\-]color\fP
|
70
|
-
Use to view colored output.
|
71
|
-
.TP
|
72
|
-
.B \fB\-\-print\-after\fP
|
73
|
-
Use to show data after a destructive operation.
|
74
|
-
.TP
|
75
|
-
.B \fB\-s URL\fP, \fB\-\-server\-url URL\fP
|
76
|
-
The URL for the Chef server\&.
|
77
|
-
.TP
|
78
|
-
.B \fB\-u USER\fP, \fB\-\-user USER\fP
|
79
|
-
The user name used by knife to sign requests made by the API client to the Chef server\&. Authentication will fail if the user name does not match the private key.
|
80
|
-
.TP
|
81
|
-
.B \fB\-V\fP, \fB\-\-verbose\fP
|
82
|
-
Set for more verbose outputs. Use \fB\-VV\fP for maximum verbosity.
|
83
|
-
.TP
|
84
|
-
.B \fB\-v\fP, \fB\-\-version\fP
|
85
|
-
The version of the chef\-client\&.
|
86
|
-
.TP
|
87
|
-
.B \fB\-y\fP, \fB\-\-yes\fP
|
88
|
-
Use to respond to all confirmation prompts with "Yes". knife will not ask for confirmation.
|
89
|
-
.TP
|
90
|
-
.B \fB\-z\fP, \fB\-\-local\-mode\fP
|
91
|
-
Use to run the chef\-client in local mode. This allows all commands that work against the Chef server to also work against the local chef\-repo\&.
|
92
|
-
.UNINDENT
|
93
|
-
.SH CREATE
|
94
|
-
.sp
|
95
|
-
The \fBcreate\fP argument is used to add one or more tags to a node.
|
96
|
-
.sp
|
97
|
-
\fBSyntax\fP
|
98
|
-
.sp
|
99
|
-
This argument has the following syntax:
|
100
|
-
.INDENT 0.0
|
101
|
-
.INDENT 3.5
|
102
|
-
.sp
|
103
|
-
.nf
|
104
|
-
.ft C
|
105
|
-
$ knife tag create NODE_NAME [TAG...]
|
106
|
-
.ft P
|
107
|
-
.fi
|
108
|
-
.UNINDENT
|
109
|
-
.UNINDENT
|
110
|
-
.sp
|
111
|
-
\fBOptions\fP
|
112
|
-
.sp
|
113
|
-
This command does not have any specific options.
|
114
|
-
.sp
|
115
|
-
\fBExamples\fP
|
116
|
-
.sp
|
117
|
-
To create tags named \fBseattle\fP, \fBportland\fP, and \fBvancouver\fP, enter:
|
118
|
-
.INDENT 0.0
|
119
|
-
.INDENT 3.5
|
120
|
-
.sp
|
121
|
-
.nf
|
122
|
-
.ft C
|
123
|
-
$ knife tag create node seattle portland vancouver
|
124
|
-
.ft P
|
125
|
-
.fi
|
126
|
-
.UNINDENT
|
127
|
-
.UNINDENT
|
128
|
-
.SH DELETE
|
129
|
-
.sp
|
130
|
-
The \fBdelete\fP argument is used to delete one or more tags from a node.
|
131
|
-
.sp
|
132
|
-
\fBSyntax\fP
|
133
|
-
.sp
|
134
|
-
This argument has the following syntax:
|
135
|
-
.INDENT 0.0
|
136
|
-
.INDENT 3.5
|
137
|
-
.sp
|
138
|
-
.nf
|
139
|
-
.ft C
|
140
|
-
$ knife tag delete NODE_NAME [TAG...]
|
141
|
-
.ft P
|
142
|
-
.fi
|
143
|
-
.UNINDENT
|
144
|
-
.UNINDENT
|
145
|
-
.sp
|
146
|
-
\fBOptions\fP
|
147
|
-
.sp
|
148
|
-
This command does not have any specific options.
|
149
|
-
.sp
|
150
|
-
\fBExamples\fP
|
151
|
-
.sp
|
152
|
-
To delete tags named \fBdenver\fP and \fBphoenix\fP, enter:
|
153
|
-
.INDENT 0.0
|
154
|
-
.INDENT 3.5
|
155
|
-
.sp
|
156
|
-
.nf
|
157
|
-
.ft C
|
158
|
-
$ knife tag delete node denver phoenix
|
159
|
-
.ft P
|
160
|
-
.fi
|
161
|
-
.UNINDENT
|
162
|
-
.UNINDENT
|
163
|
-
.sp
|
164
|
-
Type \fBY\fP to confirm a deletion.
|
165
|
-
.SH LIST
|
166
|
-
.sp
|
167
|
-
The \fBlist\fP argument is used to list all of the tags that have been applied to a node.
|
168
|
-
.sp
|
169
|
-
\fBSyntax\fP
|
170
|
-
.sp
|
171
|
-
This argument has the following syntax:
|
172
|
-
.INDENT 0.0
|
173
|
-
.INDENT 3.5
|
174
|
-
.sp
|
175
|
-
.nf
|
176
|
-
.ft C
|
177
|
-
$ knife tag list [NODE_NAME...]
|
178
|
-
.ft P
|
179
|
-
.fi
|
180
|
-
.UNINDENT
|
181
|
-
.UNINDENT
|
182
|
-
.sp
|
183
|
-
\fBOptions\fP
|
184
|
-
.sp
|
185
|
-
This command does not have any specific options.
|
186
|
-
.SH AUTHOR
|
187
|
-
Chef
|
188
|
-
.\" Generated by docutils manpage writer.
|
189
|
-
.
|