chef 13.11.3-universal-mingw32 → 13.12.3-universal-mingw32
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 -247
- 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/tasks/cbgb.rb +0 -84
@@ -1,716 +0,0 @@
|
|
1
|
-
.\" Man page generated from reStructuredText.
|
2
|
-
.
|
3
|
-
.TH "KNIFE-NODE" "1" "Chef 12.0" "" "knife node"
|
4
|
-
.SH NAME
|
5
|
-
knife-node \- The man page for the knife node 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 node is any physical, virtual, or cloud machine that is configured to be maintained by a chef\-client\&.
|
35
|
-
.sp
|
36
|
-
The \fBknife node\fP subcommand is used to manage the nodes that exist 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 node\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 BULK DELETE
|
94
|
-
.sp
|
95
|
-
The \fBbulk delete\fP argument is used to delete one or more nodes that match a pattern defined by a regular expression. The regular expression must be within quotes and not be surrounded by forward slashes (/).
|
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 node bulk delete REGEX
|
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
|
-
Use a regular expression to define the pattern used to bulk delete nodes:
|
118
|
-
.INDENT 0.0
|
119
|
-
.INDENT 3.5
|
120
|
-
.sp
|
121
|
-
.nf
|
122
|
-
.ft C
|
123
|
-
$ knife node bulk delete "^[0\-9]{3}$"
|
124
|
-
.ft P
|
125
|
-
.fi
|
126
|
-
.UNINDENT
|
127
|
-
.UNINDENT
|
128
|
-
.sp
|
129
|
-
Type \fBY\fP to confirm a deletion.
|
130
|
-
.SH CREATE
|
131
|
-
.sp
|
132
|
-
The \fBcreate\fP argument is used to add a node to the Chef server\&. Node data is stored as JSON on the Chef server\&.
|
133
|
-
.sp
|
134
|
-
\fBSyntax\fP
|
135
|
-
.sp
|
136
|
-
This argument has the following syntax:
|
137
|
-
.INDENT 0.0
|
138
|
-
.INDENT 3.5
|
139
|
-
.sp
|
140
|
-
.nf
|
141
|
-
.ft C
|
142
|
-
$ knife node create NODE_NAME
|
143
|
-
.ft P
|
144
|
-
.fi
|
145
|
-
.UNINDENT
|
146
|
-
.UNINDENT
|
147
|
-
.sp
|
148
|
-
\fBOptions\fP
|
149
|
-
.sp
|
150
|
-
This command does not have any specific options.
|
151
|
-
.sp
|
152
|
-
\fBExamples\fP
|
153
|
-
.sp
|
154
|
-
To add a node, enter:
|
155
|
-
.INDENT 0.0
|
156
|
-
.INDENT 3.5
|
157
|
-
.sp
|
158
|
-
.nf
|
159
|
-
.ft C
|
160
|
-
$ knife node create node1
|
161
|
-
.ft P
|
162
|
-
.fi
|
163
|
-
.UNINDENT
|
164
|
-
.UNINDENT
|
165
|
-
.sp
|
166
|
-
In the $EDITOR enter the node data in JSON:
|
167
|
-
.INDENT 0.0
|
168
|
-
.INDENT 3.5
|
169
|
-
.sp
|
170
|
-
.nf
|
171
|
-
.ft C
|
172
|
-
## sample:
|
173
|
-
{
|
174
|
-
"normal": {
|
175
|
-
},
|
176
|
-
"name": "foobar",
|
177
|
-
"override": {
|
178
|
-
},
|
179
|
-
"default": {
|
180
|
-
},
|
181
|
-
"json_class": "Chef::Node",
|
182
|
-
"automatic": {
|
183
|
-
},
|
184
|
-
"run_list": [
|
185
|
-
"recipe[zsh]",
|
186
|
-
"role[webserver]"
|
187
|
-
],
|
188
|
-
"chef_type": "node"
|
189
|
-
}
|
190
|
-
.ft P
|
191
|
-
.fi
|
192
|
-
.UNINDENT
|
193
|
-
.UNINDENT
|
194
|
-
.sp
|
195
|
-
When finished, save it.
|
196
|
-
.SH DELETE
|
197
|
-
.sp
|
198
|
-
The \fBdelete\fP argument is used to delete a node from the Chef server\&.
|
199
|
-
.sp
|
200
|
-
\fBNOTE:\fP
|
201
|
-
.INDENT 0.0
|
202
|
-
.INDENT 3.5
|
203
|
-
Deleting a node will not delete any corresponding API clients.
|
204
|
-
.UNINDENT
|
205
|
-
.UNINDENT
|
206
|
-
.sp
|
207
|
-
\fBSyntax\fP
|
208
|
-
.sp
|
209
|
-
This argument has the following syntax:
|
210
|
-
.INDENT 0.0
|
211
|
-
.INDENT 3.5
|
212
|
-
.sp
|
213
|
-
.nf
|
214
|
-
.ft C
|
215
|
-
$ knife node delete NODE_NAME
|
216
|
-
.ft P
|
217
|
-
.fi
|
218
|
-
.UNINDENT
|
219
|
-
.UNINDENT
|
220
|
-
.sp
|
221
|
-
\fBOptions\fP
|
222
|
-
.sp
|
223
|
-
This command does not have any specific options.
|
224
|
-
.sp
|
225
|
-
\fBExamples\fP
|
226
|
-
.INDENT 0.0
|
227
|
-
.INDENT 3.5
|
228
|
-
.sp
|
229
|
-
.nf
|
230
|
-
.ft C
|
231
|
-
$ knife node delete node_name
|
232
|
-
.ft P
|
233
|
-
.fi
|
234
|
-
.UNINDENT
|
235
|
-
.UNINDENT
|
236
|
-
.SH EDIT
|
237
|
-
.sp
|
238
|
-
The \fBedit\fP argument is used to edit the details of a node on a Chef server\&. Node data is stored as JSON on the Chef server\&.
|
239
|
-
.sp
|
240
|
-
\fBSyntax\fP
|
241
|
-
.sp
|
242
|
-
This argument has the following syntax:
|
243
|
-
.INDENT 0.0
|
244
|
-
.INDENT 3.5
|
245
|
-
.sp
|
246
|
-
.nf
|
247
|
-
.ft C
|
248
|
-
$ knife node edit NODE_NAME (options)
|
249
|
-
.ft P
|
250
|
-
.fi
|
251
|
-
.UNINDENT
|
252
|
-
.UNINDENT
|
253
|
-
.sp
|
254
|
-
\fBOptions\fP
|
255
|
-
.sp
|
256
|
-
This argument has the following options:
|
257
|
-
.INDENT 0.0
|
258
|
-
.TP
|
259
|
-
.B \fB\-a\fP, \fB\-\-all\fP
|
260
|
-
Displays a node in the $EDITOR\&. By default, attributes that are default, override, or automatic are not shown.
|
261
|
-
.UNINDENT
|
262
|
-
.sp
|
263
|
-
\fBExamples\fP
|
264
|
-
.sp
|
265
|
-
To edit the data for a node named \fBnode1\fP, enter:
|
266
|
-
.INDENT 0.0
|
267
|
-
.INDENT 3.5
|
268
|
-
.sp
|
269
|
-
.nf
|
270
|
-
.ft C
|
271
|
-
$ knife node edit node1 \-a
|
272
|
-
.ft P
|
273
|
-
.fi
|
274
|
-
.UNINDENT
|
275
|
-
.UNINDENT
|
276
|
-
.sp
|
277
|
-
Update the role data in JSON:
|
278
|
-
.INDENT 0.0
|
279
|
-
.INDENT 3.5
|
280
|
-
.sp
|
281
|
-
.nf
|
282
|
-
.ft C
|
283
|
-
## sample:
|
284
|
-
{
|
285
|
-
"normal": {
|
286
|
-
},
|
287
|
-
"name": "node1",
|
288
|
-
"override": {
|
289
|
-
},
|
290
|
-
"default": {
|
291
|
-
},
|
292
|
-
"json_class": "Chef::Node",
|
293
|
-
"automatic": {
|
294
|
-
},
|
295
|
-
"run_list": [
|
296
|
-
"recipe[devops]",
|
297
|
-
"role[webserver]"
|
298
|
-
],
|
299
|
-
"chef_type": "node"
|
300
|
-
}
|
301
|
-
.ft P
|
302
|
-
.fi
|
303
|
-
.UNINDENT
|
304
|
-
.UNINDENT
|
305
|
-
.sp
|
306
|
-
When finished, save it.
|
307
|
-
.SH FROM FILE
|
308
|
-
.sp
|
309
|
-
The \fBfrom file\fP argument is used to create a node using existing node data as a template.
|
310
|
-
.sp
|
311
|
-
\fBSyntax\fP
|
312
|
-
.sp
|
313
|
-
This argument has the following syntax:
|
314
|
-
.INDENT 0.0
|
315
|
-
.INDENT 3.5
|
316
|
-
.sp
|
317
|
-
.nf
|
318
|
-
.ft C
|
319
|
-
$ knife node from file FILE
|
320
|
-
.ft P
|
321
|
-
.fi
|
322
|
-
.UNINDENT
|
323
|
-
.UNINDENT
|
324
|
-
.sp
|
325
|
-
\fBOptions\fP
|
326
|
-
.sp
|
327
|
-
This command does not have any specific options.
|
328
|
-
.sp
|
329
|
-
\fBExamples\fP
|
330
|
-
.sp
|
331
|
-
To add a node using data contained in a JSON file:
|
332
|
-
.INDENT 0.0
|
333
|
-
.INDENT 3.5
|
334
|
-
.sp
|
335
|
-
.nf
|
336
|
-
.ft C
|
337
|
-
$ knife node from file "path to JSON file"
|
338
|
-
.ft P
|
339
|
-
.fi
|
340
|
-
.UNINDENT
|
341
|
-
.UNINDENT
|
342
|
-
.SH LIST
|
343
|
-
.sp
|
344
|
-
The \fBlist\fP argument is used to view all of the nodes that exist on a Chef server\&.
|
345
|
-
.sp
|
346
|
-
\fBSyntax\fP
|
347
|
-
.sp
|
348
|
-
This argument has the following syntax:
|
349
|
-
.INDENT 0.0
|
350
|
-
.INDENT 3.5
|
351
|
-
.sp
|
352
|
-
.nf
|
353
|
-
.ft C
|
354
|
-
$ knife node list (options)
|
355
|
-
.ft P
|
356
|
-
.fi
|
357
|
-
.UNINDENT
|
358
|
-
.UNINDENT
|
359
|
-
.sp
|
360
|
-
\fBOptions\fP
|
361
|
-
.sp
|
362
|
-
This argument has the following options:
|
363
|
-
.INDENT 0.0
|
364
|
-
.TP
|
365
|
-
.B \fB\-w\fP, \fB\-\-with\-uri\fP
|
366
|
-
Use to show the corresponding URIs.
|
367
|
-
.UNINDENT
|
368
|
-
.sp
|
369
|
-
\fBExamples\fP
|
370
|
-
.sp
|
371
|
-
To verify the list of nodes that are registered with the Chef server, enter:
|
372
|
-
.INDENT 0.0
|
373
|
-
.INDENT 3.5
|
374
|
-
.sp
|
375
|
-
.nf
|
376
|
-
.ft C
|
377
|
-
$ knife node list
|
378
|
-
.ft P
|
379
|
-
.fi
|
380
|
-
.UNINDENT
|
381
|
-
.UNINDENT
|
382
|
-
.sp
|
383
|
-
to return something similar to:
|
384
|
-
.INDENT 0.0
|
385
|
-
.INDENT 3.5
|
386
|
-
.sp
|
387
|
-
.nf
|
388
|
-
.ft C
|
389
|
-
i\-12345678
|
390
|
-
rs\-123456
|
391
|
-
.ft P
|
392
|
-
.fi
|
393
|
-
.UNINDENT
|
394
|
-
.UNINDENT
|
395
|
-
.SH RUN_LIST ADD
|
396
|
-
.sp
|
397
|
-
The \fBrun_list add\fP argument is used to add run\-list items (roles or recipes) to a node.
|
398
|
-
.sp
|
399
|
-
\fBSyntax\fP
|
400
|
-
.sp
|
401
|
-
This argument has the following syntax:
|
402
|
-
.INDENT 0.0
|
403
|
-
.INDENT 3.5
|
404
|
-
.sp
|
405
|
-
.nf
|
406
|
-
.ft C
|
407
|
-
$ knife node run_list add NODE_NAME RUN_LIST_ITEM (options)
|
408
|
-
.ft P
|
409
|
-
.fi
|
410
|
-
.UNINDENT
|
411
|
-
.UNINDENT
|
412
|
-
.sp
|
413
|
-
\fBOptions\fP
|
414
|
-
.sp
|
415
|
-
This argument has the following options:
|
416
|
-
.INDENT 0.0
|
417
|
-
.TP
|
418
|
-
.B \fB\-a ITEM\fP, \fB\-\-after ITEM\fP
|
419
|
-
Use this to add the run list item after the specified run list item.
|
420
|
-
.TP
|
421
|
-
.B \fB\-b ITEM\fP, \fB\-\-before ITEM\fP
|
422
|
-
Use this to add the run list item before the specified run list item.
|
423
|
-
.UNINDENT
|
424
|
-
.sp
|
425
|
-
\fBExamples\fP
|
426
|
-
.sp
|
427
|
-
To add a role to a run\-list, enter:
|
428
|
-
.INDENT 0.0
|
429
|
-
.INDENT 3.5
|
430
|
-
.sp
|
431
|
-
.nf
|
432
|
-
.ft C
|
433
|
-
$ knife node run_list add node \(aqrole[ROLE_NAME]\(aq
|
434
|
-
.ft P
|
435
|
-
.fi
|
436
|
-
.UNINDENT
|
437
|
-
.UNINDENT
|
438
|
-
.sp
|
439
|
-
To add roles and recipes to a run\-list, enter:
|
440
|
-
.INDENT 0.0
|
441
|
-
.INDENT 3.5
|
442
|
-
.sp
|
443
|
-
.nf
|
444
|
-
.ft C
|
445
|
-
$ knife node run_list add node \(aqrecipe[COOKBOOK::RECIPE_NAME],recipe[COOKBOOK::RECIPE_NAME],role[ROLE_NAME]\(aq
|
446
|
-
.ft P
|
447
|
-
.fi
|
448
|
-
.UNINDENT
|
449
|
-
.UNINDENT
|
450
|
-
.sp
|
451
|
-
To add a recipe to a run\-list using the fully qualified format, enter:
|
452
|
-
.INDENT 0.0
|
453
|
-
.INDENT 3.5
|
454
|
-
.sp
|
455
|
-
.nf
|
456
|
-
.ft C
|
457
|
-
$ knife node run_list add node \(aqrecipe[COOKBOOK::RECIPE_NAME]\(aq
|
458
|
-
.ft P
|
459
|
-
.fi
|
460
|
-
.UNINDENT
|
461
|
-
.UNINDENT
|
462
|
-
.sp
|
463
|
-
To add a recipe to a run\-list using the cookbook format, enter:
|
464
|
-
.INDENT 0.0
|
465
|
-
.INDENT 3.5
|
466
|
-
.sp
|
467
|
-
.nf
|
468
|
-
.ft C
|
469
|
-
$ knife node run_list add node \(aqCOOKBOOK::RECIPE_NAME\(aq
|
470
|
-
.ft P
|
471
|
-
.fi
|
472
|
-
.UNINDENT
|
473
|
-
.UNINDENT
|
474
|
-
.sp
|
475
|
-
To add the default recipe of a cookbook to a run\-list, enter:
|
476
|
-
.INDENT 0.0
|
477
|
-
.INDENT 3.5
|
478
|
-
.sp
|
479
|
-
.nf
|
480
|
-
.ft C
|
481
|
-
$ knife node run_list add node \(aqCOOKBOOK\(aq
|
482
|
-
.ft P
|
483
|
-
.fi
|
484
|
-
.UNINDENT
|
485
|
-
.UNINDENT
|
486
|
-
.SH RUN_LIST REMOVE
|
487
|
-
.sp
|
488
|
-
The \fBrun_list remove\fP argument is used to remove run\-list items (roles or recipes) from a node. A recipe must be in one of the following formats: fully qualified, cookbook, or default. Both roles and recipes must be in quotes, for example: \fB\(aqrole[ROLE_NAME]\(aq\fP or \fB\(aqrecipe[COOKBOOK::RECIPE_NAME]\(aq\fP\&. Use a comma to separate roles and recipes when removing more than one, like this: \fB\(aqrecipe[COOKBOOK::RECIPE_NAME],COOKBOOK::RECIPE_NAME,role[ROLE_NAME]\(aq\fP\&.
|
489
|
-
.sp
|
490
|
-
\fBSyntax\fP
|
491
|
-
.sp
|
492
|
-
This argument has the following syntax:
|
493
|
-
.INDENT 0.0
|
494
|
-
.INDENT 3.5
|
495
|
-
.sp
|
496
|
-
.nf
|
497
|
-
.ft C
|
498
|
-
$ knife node run_list remove NODE_NAME RUN_LIST_ITEM
|
499
|
-
.ft P
|
500
|
-
.fi
|
501
|
-
.UNINDENT
|
502
|
-
.UNINDENT
|
503
|
-
.sp
|
504
|
-
\fBOptions\fP
|
505
|
-
.sp
|
506
|
-
This command does not have any specific options.
|
507
|
-
.sp
|
508
|
-
\fBExamples\fP
|
509
|
-
.sp
|
510
|
-
To remove a role from a run\-list, enter:
|
511
|
-
.INDENT 0.0
|
512
|
-
.INDENT 3.5
|
513
|
-
.sp
|
514
|
-
.nf
|
515
|
-
.ft C
|
516
|
-
$ knife node run_list remove node \(aqrole[ROLE_NAME]\(aq
|
517
|
-
.ft P
|
518
|
-
.fi
|
519
|
-
.UNINDENT
|
520
|
-
.UNINDENT
|
521
|
-
.sp
|
522
|
-
To remove a recipe from a run\-list using the fully qualified format, enter:
|
523
|
-
.INDENT 0.0
|
524
|
-
.INDENT 3.5
|
525
|
-
.sp
|
526
|
-
.nf
|
527
|
-
.ft C
|
528
|
-
$ knife node run_list remove node \(aqrecipe[COOKBOOK::RECIPE_NAME]\(aq
|
529
|
-
.ft P
|
530
|
-
.fi
|
531
|
-
.UNINDENT
|
532
|
-
.UNINDENT
|
533
|
-
.SH SHOW
|
534
|
-
.sp
|
535
|
-
The \fBshow\fP argument is used to display information about a node.
|
536
|
-
.sp
|
537
|
-
\fBSyntax\fP
|
538
|
-
.sp
|
539
|
-
This argument has the following syntax:
|
540
|
-
.INDENT 0.0
|
541
|
-
.INDENT 3.5
|
542
|
-
.sp
|
543
|
-
.nf
|
544
|
-
.ft C
|
545
|
-
$ knife node show NODE_NAME (options)
|
546
|
-
.ft P
|
547
|
-
.fi
|
548
|
-
.UNINDENT
|
549
|
-
.UNINDENT
|
550
|
-
.sp
|
551
|
-
\fBOptions\fP
|
552
|
-
.sp
|
553
|
-
This argument has the following options:
|
554
|
-
.INDENT 0.0
|
555
|
-
.TP
|
556
|
-
.B \fB\-a ATTR\fP, \fB\-\-attribute ATTR\fP
|
557
|
-
The attribute (or attributes) to show.
|
558
|
-
.TP
|
559
|
-
.B \fB\-l\fP, \fB\-\-long\fP
|
560
|
-
Use to display all attributes in the output and to show the output as JSON\&.
|
561
|
-
.TP
|
562
|
-
.B \fB\-m\fP, \fB\-\-medium\fP
|
563
|
-
Use to display normal attributes in the output and to show the output as JSON\&.
|
564
|
-
.TP
|
565
|
-
.B \fB\-r\fP, \fB\-\-run\-list\fP
|
566
|
-
Use to show only the run\-list.
|
567
|
-
.UNINDENT
|
568
|
-
.sp
|
569
|
-
\fBExamples\fP
|
570
|
-
.sp
|
571
|
-
To view all data for a node named \fBbuild\fP, enter:
|
572
|
-
.INDENT 0.0
|
573
|
-
.INDENT 3.5
|
574
|
-
.sp
|
575
|
-
.nf
|
576
|
-
.ft C
|
577
|
-
$ knife node show build
|
578
|
-
.ft P
|
579
|
-
.fi
|
580
|
-
.UNINDENT
|
581
|
-
.UNINDENT
|
582
|
-
.sp
|
583
|
-
to return:
|
584
|
-
.INDENT 0.0
|
585
|
-
.INDENT 3.5
|
586
|
-
.sp
|
587
|
-
.nf
|
588
|
-
.ft C
|
589
|
-
Node Name: build
|
590
|
-
Environment: _default
|
591
|
-
FQDN:
|
592
|
-
IP:
|
593
|
-
Run List:
|
594
|
-
Roles:
|
595
|
-
Recipes:
|
596
|
-
Platform:
|
597
|
-
.ft P
|
598
|
-
.fi
|
599
|
-
.UNINDENT
|
600
|
-
.UNINDENT
|
601
|
-
.sp
|
602
|
-
To show basic information about a node, truncated and nicely formatted:
|
603
|
-
.INDENT 0.0
|
604
|
-
.INDENT 3.5
|
605
|
-
.sp
|
606
|
-
.nf
|
607
|
-
.ft C
|
608
|
-
knife node show <node_name>
|
609
|
-
.ft P
|
610
|
-
.fi
|
611
|
-
.UNINDENT
|
612
|
-
.UNINDENT
|
613
|
-
.sp
|
614
|
-
To show all information about a node, nicely formatted:
|
615
|
-
.INDENT 0.0
|
616
|
-
.INDENT 3.5
|
617
|
-
.sp
|
618
|
-
.nf
|
619
|
-
.ft C
|
620
|
-
knife node show \-l <node_name>
|
621
|
-
.ft P
|
622
|
-
.fi
|
623
|
-
.UNINDENT
|
624
|
-
.UNINDENT
|
625
|
-
.sp
|
626
|
-
To list a single node attribute:
|
627
|
-
.INDENT 0.0
|
628
|
-
.INDENT 3.5
|
629
|
-
.sp
|
630
|
-
.nf
|
631
|
-
.ft C
|
632
|
-
knife node show <node_name> \-a <attribute_name>
|
633
|
-
.ft P
|
634
|
-
.fi
|
635
|
-
.UNINDENT
|
636
|
-
.UNINDENT
|
637
|
-
.sp
|
638
|
-
where \fB<attribute_name>\fP is something like kernel or platform. (This doesn\(aqt work for nested attributes like \fBnode[kernel][machine]\fP because \fBknife node show\fP doesn\(aqt understand nested attributes.)
|
639
|
-
.sp
|
640
|
-
To view the FQDN for a node named \fBi\-12345678\fP, enter:
|
641
|
-
.INDENT 0.0
|
642
|
-
.INDENT 3.5
|
643
|
-
.sp
|
644
|
-
.nf
|
645
|
-
.ft C
|
646
|
-
$ knife node show i\-12345678 \-a fqdn
|
647
|
-
.ft P
|
648
|
-
.fi
|
649
|
-
.UNINDENT
|
650
|
-
.UNINDENT
|
651
|
-
.sp
|
652
|
-
to return:
|
653
|
-
.INDENT 0.0
|
654
|
-
.INDENT 3.5
|
655
|
-
.sp
|
656
|
-
.nf
|
657
|
-
.ft C
|
658
|
-
fqdn: ip\-10\-251\-75\-20.ec2.internal
|
659
|
-
.ft P
|
660
|
-
.fi
|
661
|
-
.UNINDENT
|
662
|
-
.UNINDENT
|
663
|
-
.sp
|
664
|
-
To view the run list for a node named \fBdev\fP, enter:
|
665
|
-
.INDENT 0.0
|
666
|
-
.INDENT 3.5
|
667
|
-
.sp
|
668
|
-
.nf
|
669
|
-
.ft C
|
670
|
-
$ knife node show dev \-r
|
671
|
-
.ft P
|
672
|
-
.fi
|
673
|
-
.UNINDENT
|
674
|
-
.UNINDENT
|
675
|
-
.sp
|
676
|
-
To view information in JSON format, use the \fB\-F\fP common option as part of the command like this:
|
677
|
-
.INDENT 0.0
|
678
|
-
.INDENT 3.5
|
679
|
-
.sp
|
680
|
-
.nf
|
681
|
-
.ft C
|
682
|
-
$ knife role show devops \-F json
|
683
|
-
.ft P
|
684
|
-
.fi
|
685
|
-
.UNINDENT
|
686
|
-
.UNINDENT
|
687
|
-
.sp
|
688
|
-
Other formats available include \fBtext\fP, \fByaml\fP, and \fBpp\fP\&.
|
689
|
-
.sp
|
690
|
-
To view node information in raw JSON, use the \fB\-l\fP or \fB\-\-long\fP option:
|
691
|
-
.INDENT 0.0
|
692
|
-
.INDENT 3.5
|
693
|
-
.sp
|
694
|
-
.nf
|
695
|
-
.ft C
|
696
|
-
knife node show \-l \-F json <node_name>
|
697
|
-
.ft P
|
698
|
-
.fi
|
699
|
-
.UNINDENT
|
700
|
-
.UNINDENT
|
701
|
-
.sp
|
702
|
-
and/or:
|
703
|
-
.INDENT 0.0
|
704
|
-
.INDENT 3.5
|
705
|
-
.sp
|
706
|
-
.nf
|
707
|
-
.ft C
|
708
|
-
knife node show \-l \-\-format=json <node_name>
|
709
|
-
.ft P
|
710
|
-
.fi
|
711
|
-
.UNINDENT
|
712
|
-
.UNINDENT
|
713
|
-
.SH AUTHOR
|
714
|
-
Chef
|
715
|
-
.\" Generated by docutils manpage writer.
|
716
|
-
.
|