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,110 +0,0 @@
|
|
1
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
2
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
|
-
|
4
|
-
|
5
|
-
<html xmlns="http://www.w3.org/1999/xhtml">
|
6
|
-
<head>
|
7
|
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
8
|
-
|
9
|
-
<title>knife raw — chef-client Man Pages</title>
|
10
|
-
|
11
|
-
<link rel="stylesheet" href="_static/guide.css" type="text/css" />
|
12
|
-
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
13
|
-
|
14
|
-
<script type="text/javascript">
|
15
|
-
var DOCUMENTATION_OPTIONS = {
|
16
|
-
URL_ROOT: './',
|
17
|
-
VERSION: '',
|
18
|
-
COLLAPSE_INDEX: false,
|
19
|
-
FILE_SUFFIX: '.html',
|
20
|
-
HAS_SOURCE: true
|
21
|
-
};
|
22
|
-
</script>
|
23
|
-
<script type="text/javascript" src="_static/jquery.js"></script>
|
24
|
-
<script type="text/javascript" src="_static/underscore.js"></script>
|
25
|
-
<script type="text/javascript" src="_static/doctools.js"></script>
|
26
|
-
|
27
|
-
|
28
|
-
</head>
|
29
|
-
<body>
|
30
|
-
<div style="background-color: #212c35; text-align: left; padding: 0px 0px 0px 0px">
|
31
|
-
<a href="http://docs.getchef.com/"><img src="_static/chef_html_logo.png" border="0" alt="Chef"/></a>
|
32
|
-
</div>
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
<div class="document">
|
38
|
-
<div class="documentwrapper">
|
39
|
-
|
40
|
-
<div class="body">
|
41
|
-
|
42
|
-
<div class="section" id="knife-raw">
|
43
|
-
<h1>knife raw<a class="headerlink" href="#knife-raw" title="Permalink to this headline">¶</a></h1>
|
44
|
-
<p>The <strong>knife raw</strong> subcommand is used to send a REST request to an endpoint in the Chef server API.</p>
|
45
|
-
<div class="section" id="syntax">
|
46
|
-
<h2>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
|
47
|
-
<p>This subcommand has the following syntax:</p>
|
48
|
-
<div class="highlight-bash"><div class="highlight"><pre><span class="nv">$ </span>knife raw REQUEST_PATH <span class="o">(</span>options<span class="o">)</span>
|
49
|
-
</pre></div>
|
50
|
-
</div>
|
51
|
-
</div>
|
52
|
-
<div class="section" id="options">
|
53
|
-
<h2>Options<a class="headerlink" href="#options" title="Permalink to this headline">¶</a></h2>
|
54
|
-
<div class="admonition note">
|
55
|
-
<p class="first admonition-title">Note</p>
|
56
|
-
<p class="last">Review the list of <a class="reference internal" href="knife_common_options.html"><em>common options</em></a> available to this (and all) knife subcommands and plugins.</p>
|
57
|
-
</div>
|
58
|
-
<p>This subcommand has the following options:</p>
|
59
|
-
<dl class="docutils">
|
60
|
-
<dt><tt class="docutils literal"><span class="pre">-i</span> <span class="pre">FILE</span></tt>, <tt class="docutils literal"><span class="pre">--input</span> <span class="pre">FILE</span></tt></dt>
|
61
|
-
<dd>The name of a file to be used with the <tt class="docutils literal"><span class="pre">PUT</span></tt> or a <tt class="docutils literal"><span class="pre">POST</span></tt> request.</dd>
|
62
|
-
<dt><tt class="docutils literal"><span class="pre">--[no-]pretty</span></tt></dt>
|
63
|
-
<dd>Use <tt class="docutils literal"><span class="pre">--no-pretty</span></tt> to disable pretty-print output for JSON. Default: <tt class="docutils literal"><span class="pre">--pretty</span></tt>.</dd>
|
64
|
-
<dt><tt class="docutils literal"><span class="pre">-m</span> <span class="pre">METHOD</span></tt>, <tt class="docutils literal"><span class="pre">--method</span> <span class="pre">METHOD</span></tt></dt>
|
65
|
-
<dd>The request method: <tt class="docutils literal"><span class="pre">DELETE</span></tt>, <tt class="docutils literal"><span class="pre">GET</span></tt>, <tt class="docutils literal"><span class="pre">POST</span></tt>, or <tt class="docutils literal"><span class="pre">PUT</span></tt>. Default value: <tt class="docutils literal"><span class="pre">GET</span></tt>.</dd>
|
66
|
-
</dl>
|
67
|
-
</div>
|
68
|
-
<div class="section" id="examples">
|
69
|
-
<h2>Examples<a class="headerlink" href="#examples" title="Permalink to this headline">¶</a></h2>
|
70
|
-
<p>The following examples show how to use this knife subcommand:</p>
|
71
|
-
<p><strong>View a client</strong></p>
|
72
|
-
<p>To view information about a client:</p>
|
73
|
-
<div class="highlight-bash"><div class="highlight"><pre>knife raw /clients/<client_name>
|
74
|
-
</pre></div>
|
75
|
-
</div>
|
76
|
-
<p><strong>View a node</strong></p>
|
77
|
-
<p>To view information about a node:</p>
|
78
|
-
<div class="highlight-bash"><div class="highlight"><pre>knife raw /nodes/<node_name>
|
79
|
-
</pre></div>
|
80
|
-
</div>
|
81
|
-
<p><strong>Delete a data bag</strong></p>
|
82
|
-
<p>To delete a data bag, enter a command similar to:</p>
|
83
|
-
<div class="highlight-bash"><div class="highlight"><pre><span class="nv">$ </span>knife raw -m DELETE /data/foo
|
84
|
-
</pre></div>
|
85
|
-
</div>
|
86
|
-
<p>to return something similar to:</p>
|
87
|
-
<div class="highlight-bash"><div class="highlight"><pre><span class="o">{</span>
|
88
|
-
<span class="s2">"name"</span>:<span class="s2">"foo"</span>,
|
89
|
-
<span class="s2">"json_class"</span>:<span class="s2">"Chef::DataBag"</span>,
|
90
|
-
<span class="s2">"chef_type"</span>:<span class="s2">"data_bag"</span>
|
91
|
-
<span class="o">}</span>
|
92
|
-
</pre></div>
|
93
|
-
</div>
|
94
|
-
</div>
|
95
|
-
</div>
|
96
|
-
|
97
|
-
|
98
|
-
</div>
|
99
|
-
|
100
|
-
</div>
|
101
|
-
|
102
|
-
|
103
|
-
<div class="clearer"></div>
|
104
|
-
</div>
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
</body>
|
110
|
-
</html>
|
@@ -1,91 +0,0 @@
|
|
1
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
2
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
|
-
|
4
|
-
|
5
|
-
<html xmlns="http://www.w3.org/1999/xhtml">
|
6
|
-
<head>
|
7
|
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
8
|
-
|
9
|
-
<title>knife recipe list — chef-client Man Pages</title>
|
10
|
-
|
11
|
-
<link rel="stylesheet" href="_static/guide.css" type="text/css" />
|
12
|
-
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
13
|
-
|
14
|
-
<script type="text/javascript">
|
15
|
-
var DOCUMENTATION_OPTIONS = {
|
16
|
-
URL_ROOT: './',
|
17
|
-
VERSION: '',
|
18
|
-
COLLAPSE_INDEX: false,
|
19
|
-
FILE_SUFFIX: '.html',
|
20
|
-
HAS_SOURCE: true
|
21
|
-
};
|
22
|
-
</script>
|
23
|
-
<script type="text/javascript" src="_static/jquery.js"></script>
|
24
|
-
<script type="text/javascript" src="_static/underscore.js"></script>
|
25
|
-
<script type="text/javascript" src="_static/doctools.js"></script>
|
26
|
-
|
27
|
-
|
28
|
-
</head>
|
29
|
-
<body>
|
30
|
-
<div style="background-color: #212c35; text-align: left; padding: 0px 0px 0px 0px">
|
31
|
-
<a href="http://docs.getchef.com/"><img src="_static/chef_html_logo.png" border="0" alt="Chef"/></a>
|
32
|
-
</div>
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
<div class="document">
|
38
|
-
<div class="documentwrapper">
|
39
|
-
|
40
|
-
<div class="body">
|
41
|
-
|
42
|
-
<div class="section" id="knife-recipe-list">
|
43
|
-
<h1>knife recipe list<a class="headerlink" href="#knife-recipe-list" title="Permalink to this headline">¶</a></h1>
|
44
|
-
<p>The <strong>knife recipe list</strong> subcommand is used to view all of the recipes that are on a Chef server. A regular expression can be used to limit the results to recipes that match a specific pattern. The regular expression must be within quotes and not be surrounded by forward slashes (/).</p>
|
45
|
-
<div class="section" id="syntax">
|
46
|
-
<h2>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
|
47
|
-
<p>This subcommand has the following syntax:</p>
|
48
|
-
<div class="highlight-bash"><div class="highlight"><pre><span class="nv">$ </span>knife recipe list REGEX
|
49
|
-
</pre></div>
|
50
|
-
</div>
|
51
|
-
</div>
|
52
|
-
<div class="section" id="options">
|
53
|
-
<h2>Options<a class="headerlink" href="#options" title="Permalink to this headline">¶</a></h2>
|
54
|
-
<div class="admonition note">
|
55
|
-
<p class="first admonition-title">Note</p>
|
56
|
-
<p class="last">Review the list of <a class="reference internal" href="knife_common_options.html"><em>common options</em></a> available to this (and all) knife subcommands and plugins.</p>
|
57
|
-
</div>
|
58
|
-
<p>This command does not have any specific options.</p>
|
59
|
-
</div>
|
60
|
-
<div class="section" id="examples">
|
61
|
-
<h2>Examples<a class="headerlink" href="#examples" title="Permalink to this headline">¶</a></h2>
|
62
|
-
<p>The following examples show how to use this knife subcommand:</p>
|
63
|
-
<p><strong>View a list of recipes</strong></p>
|
64
|
-
<p>To view a list of recipes:</p>
|
65
|
-
<div class="highlight-bash"><div class="highlight"><pre><span class="nv">$ </span>knife recipe list <span class="s1">'couchdb::*'</span>
|
66
|
-
</pre></div>
|
67
|
-
</div>
|
68
|
-
<p>to return:</p>
|
69
|
-
<div class="highlight-bash"><div class="highlight"><pre>couchdb::main_monitors
|
70
|
-
couchdb::master
|
71
|
-
couchdb::default
|
72
|
-
couchdb::org_cleanu
|
73
|
-
</pre></div>
|
74
|
-
</div>
|
75
|
-
</div>
|
76
|
-
</div>
|
77
|
-
|
78
|
-
|
79
|
-
</div>
|
80
|
-
|
81
|
-
</div>
|
82
|
-
|
83
|
-
|
84
|
-
<div class="clearer"></div>
|
85
|
-
</div>
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
</body>
|
91
|
-
</html>
|
@@ -1,295 +0,0 @@
|
|
1
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
2
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
|
-
|
4
|
-
|
5
|
-
<html xmlns="http://www.w3.org/1999/xhtml">
|
6
|
-
<head>
|
7
|
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
8
|
-
|
9
|
-
<title>knife role — chef-client Man Pages</title>
|
10
|
-
|
11
|
-
<link rel="stylesheet" href="_static/guide.css" type="text/css" />
|
12
|
-
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
13
|
-
|
14
|
-
<script type="text/javascript">
|
15
|
-
var DOCUMENTATION_OPTIONS = {
|
16
|
-
URL_ROOT: './',
|
17
|
-
VERSION: '',
|
18
|
-
COLLAPSE_INDEX: false,
|
19
|
-
FILE_SUFFIX: '.html',
|
20
|
-
HAS_SOURCE: true
|
21
|
-
};
|
22
|
-
</script>
|
23
|
-
<script type="text/javascript" src="_static/jquery.js"></script>
|
24
|
-
<script type="text/javascript" src="_static/underscore.js"></script>
|
25
|
-
<script type="text/javascript" src="_static/doctools.js"></script>
|
26
|
-
|
27
|
-
|
28
|
-
</head>
|
29
|
-
<body>
|
30
|
-
<div style="background-color: #212c35; text-align: left; padding: 0px 0px 0px 0px">
|
31
|
-
<a href="http://docs.getchef.com/"><img src="_static/chef_html_logo.png" border="0" alt="Chef"/></a>
|
32
|
-
</div>
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
<div class="document">
|
38
|
-
<div class="documentwrapper">
|
39
|
-
|
40
|
-
<div class="body">
|
41
|
-
|
42
|
-
<div class="section" id="knife-role">
|
43
|
-
<h1>knife role<a class="headerlink" href="#knife-role" title="Permalink to this headline">¶</a></h1>
|
44
|
-
<p>A role is a way to define certain patterns and processes that exist across nodes in an organization as belonging to a single job function. Each role consists of zero (or more) attributes and a run-list. Each node can have zero (or more) roles assigned to it. When a role is run against a node, the configuration details of that node are compared against the attributes of the role, and then the contents of that role’s run-list are applied to the node’s configuration details. When a chef-client runs, it merges its own attributes and run-lists with those contained within each assigned role.</p>
|
45
|
-
<p>The <strong>knife role</strong> subcommand is used to manage the roles that are associated with one or more nodes on a Chef server.</p>
|
46
|
-
<div class="admonition note">
|
47
|
-
<p class="first admonition-title">Note</p>
|
48
|
-
<p class="last">To add a role to a node and then build out the run-list for that node, use the <a class="reference internal" href="knife_node.html"><em>knife node</em></a> sub-command and its <tt class="docutils literal"><span class="pre">run_list</span> <span class="pre">add</span></tt> argument.</p>
|
49
|
-
</div>
|
50
|
-
<div class="admonition note">
|
51
|
-
<p class="first admonition-title">Note</p>
|
52
|
-
<p class="last">Review the list of <a class="reference internal" href="knife_common_options.html"><em>common options</em></a> available to this (and all) knife subcommands and plugins.</p>
|
53
|
-
</div>
|
54
|
-
<div class="section" id="bulk-delete">
|
55
|
-
<h2>bulk delete<a class="headerlink" href="#bulk-delete" title="Permalink to this headline">¶</a></h2>
|
56
|
-
<p>The <tt class="docutils literal"><span class="pre">bulk</span> <span class="pre">delete</span></tt> argument is used to delete one or more roles that match a pattern defined by a regular expression. The regular expression must be within quotes and not be surrounded by forward slashes (/).</p>
|
57
|
-
<div class="section" id="syntax">
|
58
|
-
<h3>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h3>
|
59
|
-
<p>This argument has the following syntax:</p>
|
60
|
-
<div class="highlight-bash"><div class="highlight"><pre><span class="nv">$ </span>knife role bulk delete REGEX
|
61
|
-
</pre></div>
|
62
|
-
</div>
|
63
|
-
</div>
|
64
|
-
<div class="section" id="options">
|
65
|
-
<h3>Options<a class="headerlink" href="#options" title="Permalink to this headline">¶</a></h3>
|
66
|
-
<p>This command does not have any specific options.</p>
|
67
|
-
</div>
|
68
|
-
<div class="section" id="examples">
|
69
|
-
<h3>Examples<a class="headerlink" href="#examples" title="Permalink to this headline">¶</a></h3>
|
70
|
-
<p>The following examples show how to use this knife subcommand:</p>
|
71
|
-
<p><strong>Bulk delete roles</strong></p>
|
72
|
-
<p>Use a regular expression to define the pattern used to bulk delete roles:</p>
|
73
|
-
<div class="highlight-bash"><div class="highlight"><pre><span class="nv">$ </span>knife role bulk delete <span class="s2">"^[0-9]{3}$"</span>
|
74
|
-
</pre></div>
|
75
|
-
</div>
|
76
|
-
</div>
|
77
|
-
</div>
|
78
|
-
<div class="section" id="create">
|
79
|
-
<h2>create<a class="headerlink" href="#create" title="Permalink to this headline">¶</a></h2>
|
80
|
-
<p>The <tt class="docutils literal"><span class="pre">create</span></tt> argument is used to add a role to the Chef server. Role data is saved as JSON on the Chef server.</p>
|
81
|
-
<div class="section" id="id1">
|
82
|
-
<h3>Syntax<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
|
83
|
-
<p>This argument has the following syntax:</p>
|
84
|
-
<div class="highlight-bash"><div class="highlight"><pre><span class="nv">$ </span>knife role create ROLE_NAME <span class="o">(</span>options<span class="o">)</span>
|
85
|
-
</pre></div>
|
86
|
-
</div>
|
87
|
-
</div>
|
88
|
-
<div class="section" id="id2">
|
89
|
-
<h3>Options<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
|
90
|
-
<p>This argument has the following options:</p>
|
91
|
-
<dl class="docutils">
|
92
|
-
<dt><tt class="docutils literal"><span class="pre">-d</span> <span class="pre">DESCRIPTION</span></tt>, <tt class="docutils literal"><span class="pre">--description</span> <span class="pre">DESCRIPTION</span></tt></dt>
|
93
|
-
<dd>The description of the role. This value will populate the description field for the role on the Chef server.</dd>
|
94
|
-
</dl>
|
95
|
-
</div>
|
96
|
-
<div class="section" id="id3">
|
97
|
-
<h3>Examples<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h3>
|
98
|
-
<p>The following examples show how to use this knife subcommand:</p>
|
99
|
-
<p><strong>Create a role</strong></p>
|
100
|
-
<p>To add a role named <tt class="docutils literal"><span class="pre">role1</span></tt>, enter:</p>
|
101
|
-
<div class="highlight-bash"><div class="highlight"><pre><span class="nv">$ </span>knife role create role1
|
102
|
-
</pre></div>
|
103
|
-
</div>
|
104
|
-
<p>In the $EDITOR enter the role data in JSON:</p>
|
105
|
-
<div class="highlight-javascript"><div class="highlight"><pre>## sample:
|
106
|
-
{
|
107
|
-
"name": "role1",
|
108
|
-
"default_attributes": {
|
109
|
-
},
|
110
|
-
"json_class": "Chef::Role",
|
111
|
-
"run_list": ['recipe[cookbook_name::recipe_name],
|
112
|
-
role[role_name]'
|
113
|
-
],
|
114
|
-
"description": "",
|
115
|
-
"chef_type": "role",
|
116
|
-
"override_attributes": {
|
117
|
-
}
|
118
|
-
}
|
119
|
-
</pre></div>
|
120
|
-
</div>
|
121
|
-
<p>When finished, save it.</p>
|
122
|
-
</div>
|
123
|
-
</div>
|
124
|
-
<div class="section" id="delete">
|
125
|
-
<h2>delete<a class="headerlink" href="#delete" title="Permalink to this headline">¶</a></h2>
|
126
|
-
<p>The <tt class="docutils literal"><span class="pre">delete</span></tt> argument is used to delete a role from the Chef server.</p>
|
127
|
-
<div class="section" id="id4">
|
128
|
-
<h3>Syntax<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h3>
|
129
|
-
<p>This argument has the following syntax:</p>
|
130
|
-
<div class="highlight-bash"><div class="highlight"><pre><span class="nv">$ </span>knife role delete ROLE_NAME
|
131
|
-
</pre></div>
|
132
|
-
</div>
|
133
|
-
</div>
|
134
|
-
<div class="section" id="id5">
|
135
|
-
<h3>Options<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h3>
|
136
|
-
<p>This command does not have any specific options.</p>
|
137
|
-
</div>
|
138
|
-
<div class="section" id="id6">
|
139
|
-
<h3>Examples<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h3>
|
140
|
-
<p>The following examples show how to use this knife subcommand:</p>
|
141
|
-
<p><strong>Delete a role</strong></p>
|
142
|
-
<div class="highlight-bash"><div class="highlight"><pre><span class="nv">$ </span>knife role delete devops
|
143
|
-
</pre></div>
|
144
|
-
</div>
|
145
|
-
<p>Type <tt class="docutils literal"><span class="pre">Y</span></tt> to confirm a deletion.</p>
|
146
|
-
</div>
|
147
|
-
</div>
|
148
|
-
<div class="section" id="edit">
|
149
|
-
<h2>edit<a class="headerlink" href="#edit" title="Permalink to this headline">¶</a></h2>
|
150
|
-
<p>The <tt class="docutils literal"><span class="pre">edit</span></tt> argument is used to edit role details on the Chef server.</p>
|
151
|
-
<div class="section" id="id7">
|
152
|
-
<h3>Syntax<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h3>
|
153
|
-
<p>This argument has the following syntax:</p>
|
154
|
-
<div class="highlight-bash"><div class="highlight"><pre><span class="nv">$ </span>knife role edit ROLE_NAME
|
155
|
-
</pre></div>
|
156
|
-
</div>
|
157
|
-
</div>
|
158
|
-
<div class="section" id="id8">
|
159
|
-
<h3>Options<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h3>
|
160
|
-
<p>This command does not have any specific options.</p>
|
161
|
-
</div>
|
162
|
-
<div class="section" id="id9">
|
163
|
-
<h3>Examples<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h3>
|
164
|
-
<p>The following examples show how to use this knife subcommand:</p>
|
165
|
-
<p><strong>Edit a role</strong></p>
|
166
|
-
<p>To edit the data for a role named <tt class="docutils literal"><span class="pre">role1</span></tt>, enter:</p>
|
167
|
-
<div class="highlight-bash"><div class="highlight"><pre><span class="nv">$ </span>knife role edit role1
|
168
|
-
</pre></div>
|
169
|
-
</div>
|
170
|
-
<p>Update the role data in JSON:</p>
|
171
|
-
<div class="highlight-javascript"><div class="highlight"><pre>## sample:
|
172
|
-
{
|
173
|
-
"name": "role1",
|
174
|
-
"default_attributes": {
|
175
|
-
},
|
176
|
-
"json_class": "Chef::Role",
|
177
|
-
"run_list": ['recipe[cookbook_name::recipe_name],
|
178
|
-
role[role_name]'
|
179
|
-
],
|
180
|
-
"description": "This is the description for the role1 role.",
|
181
|
-
"chef_type": "role",
|
182
|
-
"override_attributes": {
|
183
|
-
}
|
184
|
-
}
|
185
|
-
</pre></div>
|
186
|
-
</div>
|
187
|
-
<p>When finished, save it.</p>
|
188
|
-
</div>
|
189
|
-
</div>
|
190
|
-
<div class="section" id="from-file">
|
191
|
-
<h2>from file<a class="headerlink" href="#from-file" title="Permalink to this headline">¶</a></h2>
|
192
|
-
<p>The <tt class="docutils literal"><span class="pre">from</span> <span class="pre">file</span></tt> argument is used to create a role using existing JSON data as a template.</p>
|
193
|
-
<div class="section" id="id10">
|
194
|
-
<h3>Syntax<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h3>
|
195
|
-
<p>This argument has the following syntax:</p>
|
196
|
-
<div class="highlight-bash"><div class="highlight"><pre><span class="nv">$ </span>knife role from file FILE
|
197
|
-
</pre></div>
|
198
|
-
</div>
|
199
|
-
</div>
|
200
|
-
<div class="section" id="id11">
|
201
|
-
<h3>Options<a class="headerlink" href="#id11" title="Permalink to this headline">¶</a></h3>
|
202
|
-
<p>This command does not have any specific options.</p>
|
203
|
-
</div>
|
204
|
-
<div class="section" id="id12">
|
205
|
-
<h3>Examples<a class="headerlink" href="#id12" title="Permalink to this headline">¶</a></h3>
|
206
|
-
<p>The following examples show how to use this knife subcommand:</p>
|
207
|
-
<p><strong>Create a role using JSON data</strong></p>
|
208
|
-
<p>To view role details based on the values contained in a JSON file:</p>
|
209
|
-
<div class="highlight-bash"><div class="highlight"><pre><span class="nv">$ </span>knife role from file <span class="s2">"path to JSON file"</span>
|
210
|
-
</pre></div>
|
211
|
-
</div>
|
212
|
-
</div>
|
213
|
-
</div>
|
214
|
-
<div class="section" id="list">
|
215
|
-
<h2>list<a class="headerlink" href="#list" title="Permalink to this headline">¶</a></h2>
|
216
|
-
<p>The <tt class="docutils literal"><span class="pre">list</span></tt> argument is used to view a list of roles that are currently available on the Chef server.</p>
|
217
|
-
<div class="section" id="id13">
|
218
|
-
<h3>Syntax<a class="headerlink" href="#id13" title="Permalink to this headline">¶</a></h3>
|
219
|
-
<p>This argument has the following syntax:</p>
|
220
|
-
<div class="highlight-bash"><div class="highlight"><pre><span class="nv">$ </span>knife role list
|
221
|
-
</pre></div>
|
222
|
-
</div>
|
223
|
-
</div>
|
224
|
-
<div class="section" id="id14">
|
225
|
-
<h3>Options<a class="headerlink" href="#id14" title="Permalink to this headline">¶</a></h3>
|
226
|
-
<p>This argument has the following options:</p>
|
227
|
-
<dl class="docutils">
|
228
|
-
<dt><tt class="docutils literal"><span class="pre">-w</span></tt>, <tt class="docutils literal"><span class="pre">--with-uri</span></tt></dt>
|
229
|
-
<dd>Use to show the corresponding URIs.</dd>
|
230
|
-
</dl>
|
231
|
-
</div>
|
232
|
-
<div class="section" id="id15">
|
233
|
-
<h3>Examples<a class="headerlink" href="#id15" title="Permalink to this headline">¶</a></h3>
|
234
|
-
<p>The following examples show how to use this knife subcommand:</p>
|
235
|
-
<p><strong>View a list of roles</strong></p>
|
236
|
-
<p>To view a list of roles on the Chef server and display the URI for each role returned, enter:</p>
|
237
|
-
<div class="highlight-bash"><div class="highlight"><pre><span class="nv">$ </span>knife role list -w
|
238
|
-
</pre></div>
|
239
|
-
</div>
|
240
|
-
</div>
|
241
|
-
</div>
|
242
|
-
<div class="section" id="show">
|
243
|
-
<h2>show<a class="headerlink" href="#show" title="Permalink to this headline">¶</a></h2>
|
244
|
-
<p>The <tt class="docutils literal"><span class="pre">show</span></tt> argument is used to view the details of a role.</p>
|
245
|
-
<div class="section" id="id16">
|
246
|
-
<h3>Syntax<a class="headerlink" href="#id16" title="Permalink to this headline">¶</a></h3>
|
247
|
-
<p>This argument has the following syntax:</p>
|
248
|
-
<div class="highlight-bash"><div class="highlight"><pre><span class="nv">$ </span>knife role show ROLE_NAME
|
249
|
-
</pre></div>
|
250
|
-
</div>
|
251
|
-
</div>
|
252
|
-
<div class="section" id="id17">
|
253
|
-
<h3>Options<a class="headerlink" href="#id17" title="Permalink to this headline">¶</a></h3>
|
254
|
-
<p>This argument has the following options:</p>
|
255
|
-
<dl class="docutils">
|
256
|
-
<dt><tt class="docutils literal"><span class="pre">-a</span> <span class="pre">ATTR</span></tt>, <tt class="docutils literal"><span class="pre">--attribute</span> <span class="pre">ATTR</span></tt></dt>
|
257
|
-
<dd>The attribute (or attributes) to show.</dd>
|
258
|
-
</dl>
|
259
|
-
</div>
|
260
|
-
<div class="section" id="id18">
|
261
|
-
<h3>Examples<a class="headerlink" href="#id18" title="Permalink to this headline">¶</a></h3>
|
262
|
-
<p>The following examples show how to use this knife subcommand:</p>
|
263
|
-
<p><strong>Show as JSON data</strong></p>
|
264
|
-
<p>To view information in JSON format, use the <tt class="docutils literal"><span class="pre">-F</span></tt> common option as part of the command like this:</p>
|
265
|
-
<div class="highlight-bash"><div class="highlight"><pre><span class="nv">$ </span>knife role show devops -F json
|
266
|
-
</pre></div>
|
267
|
-
</div>
|
268
|
-
<p>Other formats available include <tt class="docutils literal"><span class="pre">text</span></tt>, <tt class="docutils literal"><span class="pre">yaml</span></tt>, and <tt class="docutils literal"><span class="pre">pp</span></tt>.</p>
|
269
|
-
<p><strong>Show as raw JSON data</strong></p>
|
270
|
-
<p>To view node information in raw JSON, use the <tt class="docutils literal"><span class="pre">-l</span></tt> or <tt class="docutils literal"><span class="pre">--long</span></tt> option:</p>
|
271
|
-
<div class="highlight-bash"><div class="highlight"><pre>knife node show -l -F json <node_name>
|
272
|
-
</pre></div>
|
273
|
-
</div>
|
274
|
-
<p>and/or:</p>
|
275
|
-
<div class="highlight-bash"><div class="highlight"><pre>knife node show -l --format<span class="o">=</span>json <node_name>
|
276
|
-
</pre></div>
|
277
|
-
</div>
|
278
|
-
</div>
|
279
|
-
</div>
|
280
|
-
</div>
|
281
|
-
|
282
|
-
|
283
|
-
</div>
|
284
|
-
|
285
|
-
</div>
|
286
|
-
|
287
|
-
|
288
|
-
<div class="clearer"></div>
|
289
|
-
</div>
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
</body>
|
295
|
-
</html>
|