chef 11.10.0.rc.0 → 11.10.0.rc.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +0 -75
- data/distro/common/html/_sources/ctl_chef_client.txt +36 -0
- data/distro/common/html/_sources/ctl_chef_server.txt +26 -0
- data/distro/common/html/_sources/ctl_chef_shell.txt +15 -0
- data/distro/common/html/_sources/ctl_chef_solo.txt +25 -0
- data/distro/common/html/_sources/index.txt +126 -0
- data/distro/common/html/_sources/knife.txt +74 -0
- data/distro/common/html/_sources/knife_bootstrap.txt +56 -0
- data/distro/common/html/_sources/knife_client.txt +151 -0
- data/distro/common/html/_sources/knife_common_options.txt +6 -0
- data/distro/common/html/_sources/knife_configure.txt +29 -0
- data/distro/common/html/_sources/knife_cookbook.txt +236 -0
- data/distro/common/html/_sources/knife_cookbook_site.txt +157 -0
- data/distro/common/html/_sources/knife_data_bag.txt +160 -0
- data/distro/common/html/_sources/knife_delete.txt +26 -0
- data/distro/common/html/_sources/knife_deps.txt +61 -0
- data/distro/common/html/_sources/knife_diff.txt +34 -0
- data/distro/common/html/_sources/knife_download.txt +44 -0
- data/distro/common/html/_sources/knife_edit.txt +26 -0
- data/distro/common/html/_sources/knife_environment.txt +158 -0
- data/distro/common/html/_sources/knife_exec.txt +47 -0
- data/distro/common/html/_sources/knife_index_rebuild.txt +21 -0
- data/distro/common/html/_sources/knife_list.txt +33 -0
- data/distro/common/html/_sources/knife_node.txt +250 -0
- data/distro/common/html/_sources/knife_raw.txt +35 -0
- data/distro/common/html/_sources/knife_recipe_list.txt +23 -0
- data/distro/common/html/_sources/knife_role.txt +157 -0
- data/distro/common/html/_sources/knife_search.txt +53 -0
- data/distro/common/html/_sources/knife_show.txt +27 -0
- data/distro/common/html/_sources/knife_ssh.txt +43 -0
- data/distro/common/html/_sources/knife_status.txt +37 -0
- data/distro/common/html/_sources/knife_tag.txt +69 -0
- data/distro/common/html/_sources/knife_upload.txt +49 -0
- data/distro/common/html/_sources/knife_user.txt +127 -0
- data/distro/common/html/_sources/knife_using.txt +43 -0
- data/distro/common/html/_sources/knife_xargs.txt +30 -0
- data/distro/common/html/_static/ajax-loader.gif +0 -0
- data/distro/common/html/_static/basic.css +540 -0
- data/distro/common/html/_static/chef.css +507 -0
- 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/chef_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 +247 -0
- 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 +505 -0
- data/distro/common/html/_static/jquery.js +154 -0
- 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 +62 -0
- data/distro/common/html/_static/searchtools.js +560 -0
- data/distro/common/html/_static/underscore.js +23 -0
- 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 +808 -0
- data/distro/common/html/ctl_chef_client.html +219 -0
- data/distro/common/html/ctl_chef_server.html +111 -0
- data/distro/common/html/ctl_chef_shell.html +120 -0
- data/distro/common/html/ctl_chef_solo.html +144 -0
- data/distro/common/html/index.html +185 -0
- data/distro/common/html/knife.html +172 -0
- data/distro/common/html/knife_bootstrap.html +250 -0
- data/distro/common/html/knife_client.html +283 -0
- data/distro/common/html/knife_common_options.html +98 -0
- data/distro/common/html/knife_configure.html +107 -0
- data/distro/common/html/knife_cookbook.html +481 -0
- data/distro/common/html/knife_cookbook_site.html +372 -0
- data/distro/common/html/knife_data_bag.html +359 -0
- data/distro/common/html/knife_delete.html +95 -0
- data/distro/common/html/knife_deps.html +145 -0
- data/distro/common/html/knife_diff.html +125 -0
- data/distro/common/html/knife_download.html +147 -0
- data/distro/common/html/knife_edit.html +91 -0
- data/distro/common/html/knife_environment.html +328 -0
- data/distro/common/html/knife_exec.html +222 -0
- data/distro/common/html/knife_index_rebuild.html +85 -0
- data/distro/common/html/knife_list.html +116 -0
- data/distro/common/html/knife_node.html +450 -0
- data/distro/common/html/knife_raw.html +112 -0
- data/distro/common/html/knife_recipe_list.html +93 -0
- data/distro/common/html/knife_role.html +295 -0
- data/distro/common/html/knife_search.html +204 -0
- data/distro/common/html/knife_show.html +106 -0
- data/distro/common/html/knife_ssh.html +179 -0
- data/distro/common/html/knife_status.html +142 -0
- data/distro/common/html/knife_tag.html +140 -0
- data/distro/common/html/knife_upload.html +155 -0
- data/distro/common/html/knife_user.html +244 -0
- data/distro/common/html/knife_using.html +211 -0
- data/distro/common/html/knife_xargs.html +115 -0
- data/distro/common/html/objects.inv +0 -0
- data/distro/common/html/search.html +84 -0
- data/distro/common/html/searchindex.js +1 -0
- data/distro/common/man/man1/chef-shell.1 +5 -5
- data/distro/common/man/man1/knife-bootstrap.1 +6 -9
- data/distro/common/man/man1/knife-client.1 +1 -9
- data/distro/common/man/man1/knife-configure.1 +10 -6
- data/distro/common/man/man1/knife-cookbook-site.1 +1 -9
- data/distro/common/man/man1/knife-cookbook.1 +11 -21
- data/distro/common/man/man1/knife-data-bag.1 +8 -22
- data/distro/common/man/man1/knife-delete.1 +1 -1
- data/distro/common/man/man1/knife-deps.1 +4 -12
- data/distro/common/man/man1/knife-diff.1 +1 -1
- data/distro/common/man/man1/knife-download.1 +2 -2
- data/distro/common/man/man1/knife-edit.1 +1 -1
- data/distro/common/man/man1/knife-environment.1 +108 -9
- data/distro/common/man/man1/knife-exec.1 +1 -15
- data/distro/common/man/man1/knife-index-rebuild.1 +1 -1
- data/distro/common/man/man1/knife-list.1 +1 -1
- data/distro/common/man/man1/knife-node.1 +3 -13
- data/distro/common/man/man1/knife-raw.1 +1 -1
- data/distro/common/man/man1/knife-recipe-list.1 +1 -1
- data/distro/common/man/man1/knife-role.1 +2 -12
- data/distro/common/man/man1/knife-search.1 +5 -5
- data/distro/common/man/man1/knife-show.1 +1 -3
- data/distro/common/man/man1/knife-ssh.1 +1 -5
- data/distro/common/man/man1/knife-status.1 +1 -1
- data/distro/common/man/man1/knife-tag.1 +1 -9
- data/distro/common/man/man1/knife-upload.1 +7 -9
- data/distro/common/man/man1/knife-user.1 +3 -17
- data/distro/common/man/man1/knife-xargs.1 +1 -3
- data/distro/common/man/man8/chef-client.8 +18 -18
- data/distro/common/man/man8/chef-solo.8 +12 -6
- data/lib/chef/client.rb +9 -5
- data/lib/chef/cookbook_uploader.rb +1 -1
- data/lib/chef/dsl/recipe.rb +119 -38
- data/lib/chef/exceptions.rb +4 -0
- data/lib/chef/policy_builder/expand_node_object.rb +11 -4
- data/lib/chef/policy_builder/policyfile.rb +7 -1
- data/lib/chef/provider/file.rb +1 -0
- data/lib/chef/resource_platform_map.rb +1 -1
- data/lib/chef/resource_reporter.rb +2 -2
- data/lib/chef/version.rb +1 -1
- data/spec/functional/knife/cookbook_delete_spec.rb +9 -9
- data/spec/functional/knife/ssh_spec.rb +1 -1
- data/spec/functional/resource/link_spec.rb +6 -6
- data/spec/functional/resource/registry_spec.rb +7 -7
- data/spec/functional/run_lock_spec.rb +1 -1
- data/spec/integration/knife/download_spec.rb +1 -1
- data/spec/integration/solo/solo_spec.rb +1 -1
- data/spec/spec_helper.rb +0 -1
- data/spec/stress/win32/file_spec.rb +6 -0
- data/spec/support/lib/chef/resource/zen_master.rb +1 -1
- data/spec/support/mock/platform.rb +1 -1
- data/spec/support/shared/functional/file_resource.rb +0 -2
- data/spec/support/shared/functional/securable_resource.rb +2 -2
- data/spec/support/shared/unit/api_error_inspector.rb +7 -7
- data/spec/support/shared/unit/provider/file.rb +47 -8
- data/spec/support/shared/unit/provider/useradd_based_user_provider.rb +23 -23
- data/spec/unit/api_client/registration_spec.rb +5 -5
- data/spec/unit/api_client_spec.rb +2 -2
- data/spec/unit/application/apply.rb +6 -6
- data/spec/unit/application/client_spec.rb +6 -6
- data/spec/unit/application/knife_spec.rb +5 -5
- data/spec/unit/application/solo_spec.rb +13 -13
- data/spec/unit/application_spec.rb +19 -19
- data/spec/unit/checksum/storage/filesystem_spec.rb +2 -2
- data/spec/unit/client_spec.rb +23 -23
- data/spec/unit/config_spec.rb +4 -4
- data/spec/unit/cookbook/metadata_spec.rb +22 -22
- data/spec/unit/cookbook/synchronizer_spec.rb +17 -17
- data/spec/unit/daemon_spec.rb +21 -22
- data/spec/unit/data_bag_item_spec.rb +8 -8
- data/spec/unit/data_bag_spec.rb +6 -6
- data/spec/unit/deprecation_spec.rb +1 -1
- data/spec/unit/dsl/data_query_spec.rb +1 -1
- data/spec/unit/environment_spec.rb +5 -5
- data/spec/unit/file_access_control_spec.rb +5 -5
- data/spec/unit/file_cache_spec.rb +1 -1
- data/spec/unit/file_content_management/deploy/mv_unix_spec.rb +1 -1
- data/spec/unit/file_content_management/deploy/mv_windows_spec.rb +12 -12
- data/spec/unit/formatters/error_inspectors/compile_error_inspector_spec.rb +4 -4
- data/spec/unit/formatters/error_inspectors/cookbook_resolve_error_inspector_spec.rb +4 -4
- data/spec/unit/formatters/error_inspectors/cookbook_sync_error_inspector_spec.rb +1 -1
- data/spec/unit/formatters/error_inspectors/resource_failure_inspector_spec.rb +6 -6
- data/spec/unit/formatters/error_inspectors/run_list_expansion_error_inspector_spec.rb +4 -4
- data/spec/unit/handler/json_file_spec.rb +1 -1
- data/spec/unit/handler_spec.rb +3 -3
- data/spec/unit/knife/bootstrap_spec.rb +17 -17
- data/spec/unit/knife/client_bulk_delete_spec.rb +4 -4
- data/spec/unit/knife/client_create_spec.rb +7 -7
- data/spec/unit/knife/client_reregister_spec.rb +2 -2
- data/spec/unit/knife/client_show_spec.rb +1 -1
- data/spec/unit/knife/config_file_selection_spec.rb +4 -4
- data/spec/unit/knife/configure_client_spec.rb +4 -4
- data/spec/unit/knife/configure_spec.rb +16 -16
- data/spec/unit/knife/cookbook_bulk_delete_spec.rb +10 -10
- data/spec/unit/knife/cookbook_create_spec.rb +5 -5
- data/spec/unit/knife/cookbook_delete_spec.rb +6 -6
- data/spec/unit/knife/cookbook_download_spec.rb +10 -10
- data/spec/unit/knife/cookbook_list_spec.rb +3 -3
- data/spec/unit/knife/cookbook_metadata_from_file_spec.rb +2 -2
- data/spec/unit/knife/cookbook_metadata_spec.rb +8 -8
- data/spec/unit/knife/cookbook_show_spec.rb +4 -4
- data/spec/unit/knife/cookbook_site_download_spec.rb +3 -3
- data/spec/unit/knife/cookbook_site_install_spec.rb +8 -8
- data/spec/unit/knife/cookbook_site_share_spec.rb +22 -22
- data/spec/unit/knife/cookbook_site_unshare_spec.rb +8 -8
- data/spec/unit/knife/cookbook_test_spec.rb +7 -7
- data/spec/unit/knife/cookbook_upload_spec.rb +20 -20
- data/spec/unit/knife/core/cookbook_scm_repo_spec.rb +6 -6
- data/spec/unit/knife/core/object_loader_spec.rb +1 -1
- data/spec/unit/knife/core/ui_spec.rb +19 -21
- data/spec/unit/knife/data_bag_create_spec.rb +4 -4
- data/spec/unit/knife/data_bag_edit_spec.rb +7 -7
- data/spec/unit/knife/data_bag_from_file_spec.rb +15 -15
- data/spec/unit/knife/data_bag_show_spec.rb +5 -5
- data/spec/unit/knife/environment_create_spec.rb +6 -6
- data/spec/unit/knife/environment_delete_spec.rb +6 -6
- data/spec/unit/knife/environment_edit_spec.rb +5 -5
- data/spec/unit/knife/environment_from_file_spec.rb +7 -7
- data/spec/unit/knife/environment_list_spec.rb +4 -4
- data/spec/unit/knife/environment_show_spec.rb +4 -4
- data/spec/unit/knife/index_rebuild_spec.rb +2 -2
- data/spec/unit/knife/knife_help.rb +11 -11
- data/spec/unit/knife/node_bulk_delete_spec.rb +4 -4
- data/spec/unit/knife/node_delete_spec.rb +5 -5
- data/spec/unit/knife/node_edit_spec.rb +2 -2
- data/spec/unit/knife/node_from_file_spec.rb +5 -5
- data/spec/unit/knife/node_list_spec.rb +3 -3
- data/spec/unit/knife/node_run_list_add_spec.rb +3 -3
- data/spec/unit/knife/node_run_list_remove_spec.rb +4 -4
- data/spec/unit/knife/node_run_list_set_spec.rb +5 -5
- data/spec/unit/knife/node_show_spec.rb +2 -2
- data/spec/unit/knife/role_bulk_delete_spec.rb +4 -4
- data/spec/unit/knife/role_create_spec.rb +5 -5
- data/spec/unit/knife/role_delete_spec.rb +5 -5
- data/spec/unit/knife/role_edit_spec.rb +5 -5
- data/spec/unit/knife/role_from_file_spec.rb +5 -5
- data/spec/unit/knife/role_list_spec.rb +2 -2
- data/spec/unit/knife/ssh_spec.rb +6 -6
- data/spec/unit/knife/status_spec.rb +4 -4
- data/spec/unit/knife/tag_create_spec.rb +3 -3
- data/spec/unit/knife/tag_delete_spec.rb +3 -3
- data/spec/unit/knife/tag_list_spec.rb +2 -2
- data/spec/unit/knife/user_create_spec.rb +7 -7
- data/spec/unit/knife/user_reregister_spec.rb +3 -3
- data/spec/unit/knife/user_show_spec.rb +1 -1
- data/spec/unit/knife_spec.rb +29 -29
- data/spec/unit/lwrp_spec.rb +2 -2
- data/spec/unit/mixin/checksum_spec.rb +2 -2
- data/spec/unit/mixin/command_spec.rb +1 -1
- data/spec/unit/mixin/enforce_ownership_and_permissions_spec.rb +4 -4
- data/spec/unit/mixin/params_validate_spec.rb +17 -17
- data/spec/unit/mixin/path_sanity_spec.rb +8 -8
- data/spec/unit/mixin/securable_spec.rb +87 -87
- data/spec/unit/mixin/shell_out_spec.rb +1 -1
- data/spec/unit/mixin/template_spec.rb +2 -2
- data/spec/unit/node/attribute_spec.rb +3 -3
- data/spec/unit/node_spec.rb +12 -12
- data/spec/unit/platform_spec.rb +1 -1
- data/spec/unit/policy_builder/expand_node_object_spec.rb +16 -0
- data/spec/unit/policy_builder/policyfile_spec.rb +4 -0
- data/spec/unit/provider/breakpoint_spec.rb +8 -8
- data/spec/unit/provider/cookbook_file/content_spec.rb +4 -4
- data/spec/unit/provider/cookbook_file_spec.rb +1 -1
- data/spec/unit/provider/cron/unix_spec.rb +11 -11
- data/spec/unit/provider/cron_spec.rb +40 -40
- data/spec/unit/provider/deploy/revision_spec.rb +11 -12
- data/spec/unit/provider/deploy/timestamped_spec.rb +3 -3
- data/spec/unit/provider/deploy_spec.rb +50 -50
- data/spec/unit/provider/directory_spec.rb +18 -18
- data/spec/unit/provider/env_spec.rb +15 -15
- data/spec/unit/provider/erl_call_spec.rb +1 -1
- data/spec/unit/provider/execute_spec.rb +5 -5
- data/spec/unit/provider/file/content_spec.rb +5 -5
- data/spec/unit/provider/file_spec.rb +1 -1
- data/spec/unit/provider/git_spec.rb +47 -47
- data/spec/unit/provider/group/dscl_spec.rb +16 -15
- data/spec/unit/provider/group/gpasswd_spec.rb +6 -5
- data/spec/unit/provider/group/groupadd_spec.rb +10 -10
- data/spec/unit/provider/group/groupmod_spec.rb +3 -3
- data/spec/unit/provider/group/pw_spec.rb +9 -8
- data/spec/unit/provider/group/usermod_spec.rb +13 -12
- data/spec/unit/provider/group/windows_spec.rb +9 -9
- data/spec/unit/provider/group_spec.rb +31 -31
- data/spec/unit/provider/http_request_spec.rb +3 -3
- data/spec/unit/provider/ifconfig/aix_spec.rb +7 -7
- data/spec/unit/provider/ifconfig/debian_spec.rb +3 -3
- data/spec/unit/provider/ifconfig/redhat_spec.rb +5 -5
- data/spec/unit/provider/ifconfig_spec.rb +13 -13
- data/spec/unit/provider/link_spec.rb +33 -33
- data/spec/unit/provider/mdadm_spec.rb +4 -4
- data/spec/unit/provider/mount/aix_spec.rb +5 -5
- data/spec/unit/provider/mount/mount_spec.rb +49 -50
- data/spec/unit/provider/mount/windows_spec.rb +18 -18
- data/spec/unit/provider/mount_spec.rb +12 -12
- data/spec/unit/provider/ohai_spec.rb +6 -6
- data/spec/unit/provider/package/aix_spec.rb +14 -14
- data/spec/unit/provider/package/apt_spec.rb +10 -10
- data/spec/unit/provider/package/dpkg_spec.rb +13 -13
- data/spec/unit/provider/package/easy_install_spec.rb +6 -6
- data/spec/unit/provider/package/freebsd_spec.rb +29 -29
- data/spec/unit/provider/package/ips_spec.rb +4 -4
- data/spec/unit/provider/package/macports_spec.rb +6 -6
- data/spec/unit/provider/package/pacman_spec.rb +17 -17
- data/spec/unit/provider/package/portage_spec.rb +18 -18
- data/spec/unit/provider/package/rpm_spec.rb +7 -7
- data/spec/unit/provider/package/rubygems_spec.rb +31 -31
- data/spec/unit/provider/package/smartos_spec.rb +4 -4
- data/spec/unit/provider/package/solaris_spec.rb +15 -15
- data/spec/unit/provider/package/yum_spec.rb +100 -100
- data/spec/unit/provider/package/zypper_spec.rb +10 -10
- data/spec/unit/provider/package_spec.rb +21 -21
- data/spec/unit/provider/registry_key_spec.rb +2 -2
- data/spec/unit/provider/remote_file/content_spec.rb +31 -31
- data/spec/unit/provider/remote_file/fetcher_spec.rb +8 -8
- data/spec/unit/provider/remote_file/ftp_spec.rb +10 -10
- data/spec/unit/provider/remote_file/http_spec.rb +4 -4
- data/spec/unit/provider/remote_file/local_file_spec.rb +2 -2
- data/spec/unit/provider/remote_file_spec.rb +1 -1
- data/spec/unit/provider/route_spec.rb +23 -23
- data/spec/unit/provider/script_spec.rb +5 -5
- data/spec/unit/provider/service/arch_service_spec.rb +41 -41
- data/spec/unit/provider/service/debian_service_spec.rb +23 -23
- data/spec/unit/provider/service/freebsd_service_spec.rb +33 -33
- data/spec/unit/provider/service/gentoo_service_spec.rb +16 -16
- data/spec/unit/provider/service/init_service_spec.rb +13 -13
- data/spec/unit/provider/service/insserv_service_spec.rb +4 -4
- data/spec/unit/provider/service/invokercd_service_spec.rb +12 -12
- data/spec/unit/provider/service/macosx_spec.rb +20 -20
- data/spec/unit/provider/service/redhat_spec.rb +15 -15
- data/spec/unit/provider/service/simple_service_spec.rb +9 -9
- data/spec/unit/provider/service/solaris_smf_service_spec.rb +13 -13
- data/spec/unit/provider/service/systemd_service_spec.rb +28 -28
- data/spec/unit/provider/service/upstart_service_spec.rb +41 -41
- data/spec/unit/provider/service/windows_spec.rb +37 -37
- data/spec/unit/provider/service_spec.rb +9 -9
- data/spec/unit/provider/subversion_spec.rb +36 -36
- data/spec/unit/provider/template/content_spec.rb +8 -8
- data/spec/unit/provider/template_spec.rb +1 -1
- data/spec/unit/provider/user/dscl_spec.rb +9 -9
- data/spec/unit/provider/user/pw_spec.rb +20 -20
- data/spec/unit/provider/user/solaris_spec.rb +5 -5
- data/spec/unit/provider/user/windows_spec.rb +8 -8
- data/spec/unit/provider/user_spec.rb +34 -34
- data/spec/unit/provider_spec.rb +3 -3
- data/spec/unit/recipe_spec.rb +79 -4
- data/spec/unit/registry_helper_spec.rb +2 -2
- data/spec/unit/resource/cron_spec.rb +2 -2
- data/spec/unit/resource/directory_spec.rb +5 -5
- data/spec/unit/resource/env_spec.rb +2 -2
- data/spec/unit/resource/erl_call_spec.rb +1 -1
- data/spec/unit/resource/file_spec.rb +8 -8
- data/spec/unit/resource/group_spec.rb +3 -3
- data/spec/unit/resource/link_spec.rb +8 -8
- data/spec/unit/resource/mdadm_spec.rb +3 -3
- data/spec/unit/resource/mount_spec.rb +3 -3
- data/spec/unit/resource/route_spec.rb +2 -2
- data/spec/unit/resource/user_spec.rb +2 -2
- data/spec/unit/resource/yum_package_spec.rb +2 -2
- data/spec/unit/resource_collection_spec.rb +1 -1
- data/spec/unit/resource_definition_spec.rb +2 -2
- data/spec/unit/resource_reporter_spec.rb +71 -16
- data/spec/unit/resource_spec.rb +3 -3
- data/spec/unit/rest/auth_credentials_spec.rb +2 -2
- data/spec/unit/rest_spec.rb +3 -40
- data/spec/unit/run_list/run_list_expansion_spec.rb +3 -3
- data/spec/unit/run_list_spec.rb +9 -9
- data/spec/unit/run_status_spec.rb +1 -1
- data/spec/unit/runner_spec.rb +8 -8
- data/spec/unit/scan_access_control_spec.rb +3 -3
- data/spec/unit/search/query_spec.rb +7 -7
- data/spec/unit/shell/model_wrapper_spec.rb +2 -2
- data/spec/unit/shell/shell_ext_spec.rb +15 -15
- data/spec/unit/shell/shell_session_spec.rb +9 -9
- data/spec/unit/shell_spec.rb +1 -2
- data/spec/unit/user_spec.rb +4 -4
- data/spec/unit/util/backup_spec.rb +1 -1
- data/spec/unit/util/selinux_spec.rb +7 -7
- metadata +106 -51
- data/distro/common/html/chef-client.8.html +0 -145
- data/distro/common/html/chef-expander.8.html +0 -164
- data/distro/common/html/chef-expanderctl.8.html +0 -146
- data/distro/common/html/chef-server-webui.8.html +0 -185
- data/distro/common/html/chef-server.8.html +0 -182
- data/distro/common/html/chef-shell.1.html +0 -286
- data/distro/common/html/chef-solo.8.html +0 -185
- data/distro/common/html/chef-solr.8.html +0 -165
- data/distro/common/html/knife-bootstrap.1.html +0 -241
- data/distro/common/html/knife-client.1.html +0 -219
- data/distro/common/html/knife-configure.1.html +0 -170
- data/distro/common/html/knife-cookbook-site.1.html +0 -241
- data/distro/common/html/knife-cookbook.1.html +0 -381
- data/distro/common/html/knife-data-bag.1.html +0 -235
- data/distro/common/html/knife-environment.1.html +0 -265
- data/distro/common/html/knife-exec.1.html +0 -134
- data/distro/common/html/knife-index.1.html +0 -125
- data/distro/common/html/knife-node.1.html +0 -250
- data/distro/common/html/knife-role.1.html +0 -200
- data/distro/common/html/knife-search.1.html +0 -288
- data/distro/common/html/knife-ssh.1.html +0 -156
- data/distro/common/html/knife-status.1.html +0 -128
- data/distro/common/html/knife-tag.1.html +0 -137
- data/distro/common/html/knife.1.html +0 -315
@@ -0,0 +1,47 @@
|
|
1
|
+
=====================================================
|
2
|
+
knife exec
|
3
|
+
=====================================================
|
4
|
+
|
5
|
+
.. include:: ../../includes_knife/includes_knife_exec.rst
|
6
|
+
|
7
|
+
Authenticated API Requests
|
8
|
+
=====================================================
|
9
|
+
.. include:: ../../includes_knife/includes_knife_exec_authenticated_api_requests.rst
|
10
|
+
|
11
|
+
|ruby| Scripts
|
12
|
+
=====================================================
|
13
|
+
.. include:: ../../includes_knife/includes_knife_exec_ruby.rst
|
14
|
+
|
15
|
+
Syntax
|
16
|
+
=====================================================
|
17
|
+
.. include:: ../../includes_knife/includes_knife_exec_syntax.rst
|
18
|
+
|
19
|
+
Options
|
20
|
+
=====================================================
|
21
|
+
.. note:: Review the list of :doc:`common options </knife_common_options>` available to this (and all) |knife| subcommands and plugins.
|
22
|
+
|
23
|
+
.. include:: ../../includes_knife/includes_knife_exec_options.rst
|
24
|
+
|
25
|
+
Examples
|
26
|
+
=====================================================
|
27
|
+
The following examples show how to use this |knife| subcommand:
|
28
|
+
|
29
|
+
**Run Ruby scripts**
|
30
|
+
|
31
|
+
.. include:: ../../step_knife/step_knife_exec_run_ruby_scripts.rst
|
32
|
+
|
33
|
+
**Chef Knife status**
|
34
|
+
|
35
|
+
.. include:: ../../step_knife/step_knife_exec_check_knife_status.rst
|
36
|
+
|
37
|
+
**List available free memory**
|
38
|
+
|
39
|
+
.. include:: ../../step_knife/step_knife_exec_list_available_free_memory.rst
|
40
|
+
|
41
|
+
**List available search indexes**
|
42
|
+
|
43
|
+
.. include:: ../../step_knife/step_knife_exec_list_available_search_indexes.rst
|
44
|
+
|
45
|
+
**Query for multiple attributes**
|
46
|
+
|
47
|
+
.. include:: ../../step_knife/step_knife_exec_query_for_multiple_attributes.rst
|
@@ -0,0 +1,21 @@
|
|
1
|
+
=====================================================
|
2
|
+
knife index rebuild
|
3
|
+
=====================================================
|
4
|
+
|
5
|
+
.. include:: ../../includes_knife/includes_knife_index_rebuild.rst
|
6
|
+
|
7
|
+
.. note:: This subcommand ONLY works when run against the open source |chef server| version 10.x. This subcommand will NOT run against open source |chef server| 11, |chef server oec| (including hosted |chef server oec|), or |chef private|.
|
8
|
+
|
9
|
+
Syntax
|
10
|
+
=====================================================
|
11
|
+
.. include:: ../../includes_knife/includes_knife_index_rebuild_syntax.rst
|
12
|
+
|
13
|
+
Options
|
14
|
+
=====================================================
|
15
|
+
.. note:: Review the list of :doc:`common options </knife_common_options>` available to this (and all) |knife| subcommands and plugins.
|
16
|
+
|
17
|
+
|no_options|
|
18
|
+
|
19
|
+
Examples
|
20
|
+
=====================================================
|
21
|
+
None.
|
@@ -0,0 +1,33 @@
|
|
1
|
+
=====================================================
|
2
|
+
knife list
|
3
|
+
=====================================================
|
4
|
+
|
5
|
+
.. include:: ../../includes_knife/includes_knife_list.rst
|
6
|
+
|
7
|
+
Syntax
|
8
|
+
=====================================================
|
9
|
+
.. include:: ../../includes_knife/includes_knife_list_syntax.rst
|
10
|
+
|
11
|
+
Options
|
12
|
+
=====================================================
|
13
|
+
.. note:: Review the list of :doc:`common options </knife_common_options>` available to this (and all) |knife| subcommands and plugins.
|
14
|
+
|
15
|
+
.. include:: ../../includes_knife/includes_knife_list_options.rst
|
16
|
+
|
17
|
+
Examples
|
18
|
+
=====================================================
|
19
|
+
The following examples show how to use this |knife| subcommand:
|
20
|
+
|
21
|
+
**List roles**
|
22
|
+
|
23
|
+
.. include:: ../../step_knife/step_knife_list_roles.rst
|
24
|
+
|
25
|
+
**List roles and environments**
|
26
|
+
|
27
|
+
.. include:: ../../step_knife/step_knife_list_roles_and_environments.rst
|
28
|
+
|
29
|
+
**List everything**
|
30
|
+
|
31
|
+
.. include:: ../../step_knife/step_knife_list_everything.rst
|
32
|
+
|
33
|
+
|
@@ -0,0 +1,250 @@
|
|
1
|
+
=====================================================
|
2
|
+
knife node
|
3
|
+
=====================================================
|
4
|
+
|
5
|
+
.. include:: ../../includes_node/includes_node.rst
|
6
|
+
|
7
|
+
.. include:: ../../includes_knife/includes_knife_node.rst
|
8
|
+
|
9
|
+
.. note:: Review the list of :doc:`common options </knife_common_options>` available to this (and all) |knife| subcommands and plugins.
|
10
|
+
|
11
|
+
|
12
|
+
bulk delete
|
13
|
+
=====================================================
|
14
|
+
.. include:: ../../includes_knife/includes_knife_node_bulk_delete.rst
|
15
|
+
|
16
|
+
Syntax
|
17
|
+
-----------------------------------------------------
|
18
|
+
.. include:: ../../includes_knife/includes_knife_node_bulk_delete_syntax.rst
|
19
|
+
|
20
|
+
Options
|
21
|
+
-----------------------------------------------------
|
22
|
+
|no_options|
|
23
|
+
|
24
|
+
Examples
|
25
|
+
-----------------------------------------------------
|
26
|
+
The following examples show how to use this |knife| subcommand:
|
27
|
+
|
28
|
+
**Bulk delete nodes**
|
29
|
+
|
30
|
+
.. include:: ../../step_knife/step_knife_node_bulk_delete.rst
|
31
|
+
|
32
|
+
|
33
|
+
create
|
34
|
+
=====================================================
|
35
|
+
.. include:: ../../includes_knife/includes_knife_node_create.rst
|
36
|
+
|
37
|
+
Syntax
|
38
|
+
-----------------------------------------------------
|
39
|
+
.. include:: ../../includes_knife/includes_knife_node_create_syntax.rst
|
40
|
+
|
41
|
+
Options
|
42
|
+
-----------------------------------------------------
|
43
|
+
|no_options|
|
44
|
+
|
45
|
+
Examples
|
46
|
+
-----------------------------------------------------
|
47
|
+
The following examples show how to use this |knife| subcommand:
|
48
|
+
|
49
|
+
**Create a node**
|
50
|
+
|
51
|
+
.. include:: ../../step_knife/step_knife_node_create.rst
|
52
|
+
|
53
|
+
|
54
|
+
delete
|
55
|
+
=====================================================
|
56
|
+
.. include:: ../../includes_knife/includes_knife_node_delete.rst
|
57
|
+
|
58
|
+
Syntax
|
59
|
+
-----------------------------------------------------
|
60
|
+
.. include:: ../../includes_knife/includes_knife_node_delete_syntax.rst
|
61
|
+
|
62
|
+
Options
|
63
|
+
-----------------------------------------------------
|
64
|
+
|no_options|
|
65
|
+
|
66
|
+
Examples
|
67
|
+
-----------------------------------------------------
|
68
|
+
The following examples show how to use this |knife| subcommand:
|
69
|
+
|
70
|
+
**Delete a node**
|
71
|
+
|
72
|
+
.. include:: ../../step_knife/step_knife_node_delete.rst
|
73
|
+
|
74
|
+
|
75
|
+
edit
|
76
|
+
=====================================================
|
77
|
+
.. include:: ../../includes_knife/includes_knife_node_edit.rst
|
78
|
+
|
79
|
+
Syntax
|
80
|
+
-----------------------------------------------------
|
81
|
+
.. include:: ../../includes_knife/includes_knife_node_edit_syntax.rst
|
82
|
+
|
83
|
+
Options
|
84
|
+
-----------------------------------------------------
|
85
|
+
.. include:: ../../includes_knife/includes_knife_node_edit_options.rst
|
86
|
+
|
87
|
+
Examples
|
88
|
+
-----------------------------------------------------
|
89
|
+
The following examples show how to use this |knife| subcommand:
|
90
|
+
|
91
|
+
**Edit a node**
|
92
|
+
|
93
|
+
.. include:: ../../step_knife/step_knife_node_edit.rst
|
94
|
+
|
95
|
+
|
96
|
+
from file
|
97
|
+
=====================================================
|
98
|
+
.. include:: ../../includes_knife/includes_knife_node_from_file.rst
|
99
|
+
|
100
|
+
Syntax
|
101
|
+
-----------------------------------------------------
|
102
|
+
.. include:: ../../includes_knife/includes_knife_node_from_file_syntax.rst
|
103
|
+
|
104
|
+
Options
|
105
|
+
-----------------------------------------------------
|
106
|
+
|no_options|
|
107
|
+
|
108
|
+
Examples
|
109
|
+
-----------------------------------------------------
|
110
|
+
The following examples show how to use this |knife| subcommand:
|
111
|
+
|
112
|
+
**Create a node using a JSON file**
|
113
|
+
|
114
|
+
.. include:: ../../step_knife/step_knife_node_from_file.rst
|
115
|
+
|
116
|
+
|
117
|
+
list
|
118
|
+
=====================================================
|
119
|
+
.. include:: ../../includes_knife/includes_knife_node_list.rst
|
120
|
+
|
121
|
+
Syntax
|
122
|
+
-----------------------------------------------------
|
123
|
+
.. include:: ../../includes_knife/includes_knife_node_list_syntax.rst
|
124
|
+
|
125
|
+
Options
|
126
|
+
-----------------------------------------------------
|
127
|
+
.. include:: ../../includes_knife/includes_knife_node_list_options.rst
|
128
|
+
|
129
|
+
Examples
|
130
|
+
-----------------------------------------------------
|
131
|
+
The following examples show how to use this |knife| subcommand:
|
132
|
+
|
133
|
+
**View a list of nodes**
|
134
|
+
|
135
|
+
.. include:: ../../step_knife/step_knife_node_list_all.rst
|
136
|
+
|
137
|
+
|
138
|
+
run_list add
|
139
|
+
=====================================================
|
140
|
+
.. include:: ../../includes_node/includes_node_run_list.rst
|
141
|
+
|
142
|
+
.. include:: ../../includes_knife/includes_knife_node_run_list_add.rst
|
143
|
+
|
144
|
+
.. include:: ../../includes_node/includes_node_run_list_format.rst
|
145
|
+
|
146
|
+
Syntax
|
147
|
+
-----------------------------------------------------
|
148
|
+
.. include:: ../../includes_knife/includes_knife_node_run_list_add_syntax.rst
|
149
|
+
|
150
|
+
Options
|
151
|
+
-----------------------------------------------------
|
152
|
+
.. include:: ../../includes_knife/includes_knife_node_run_list_add_options.rst
|
153
|
+
|
154
|
+
Examples
|
155
|
+
-----------------------------------------------------
|
156
|
+
The following examples show how to use this |knife| subcommand:
|
157
|
+
|
158
|
+
**Add a role**
|
159
|
+
|
160
|
+
.. include:: ../../step_knife/step_knife_node_run_list_add_role.rst
|
161
|
+
|
162
|
+
**Add roles and recipes**
|
163
|
+
|
164
|
+
.. include:: ../../step_knife/step_knife_node_run_list_add_roles_and_recipes.rst
|
165
|
+
|
166
|
+
**Add a recipe with a FQDN**
|
167
|
+
|
168
|
+
.. include:: ../../step_knife/step_knife_node_run_list_add_recipe_with_fqdn.rst
|
169
|
+
|
170
|
+
**Add a recipe with a cookbook**
|
171
|
+
|
172
|
+
.. include:: ../../step_knife/step_knife_node_run_list_add_recipe_with_cookbook.rst
|
173
|
+
|
174
|
+
**Add the default recipe**
|
175
|
+
|
176
|
+
.. include:: ../../step_knife/step_knife_node_run_list_add_default_recipe.rst
|
177
|
+
|
178
|
+
|
179
|
+
run_list remove
|
180
|
+
=====================================================
|
181
|
+
.. include:: ../../includes_knife/includes_knife_node_run_list_remove.rst
|
182
|
+
|
183
|
+
Syntax
|
184
|
+
-----------------------------------------------------
|
185
|
+
.. include:: ../../includes_knife/includes_knife_node_run_list_remove_syntax.rst
|
186
|
+
|
187
|
+
Options
|
188
|
+
-----------------------------------------------------
|
189
|
+
|no_options|
|
190
|
+
|
191
|
+
Examples
|
192
|
+
-----------------------------------------------------
|
193
|
+
The following examples show how to use this |knife| subcommand:
|
194
|
+
|
195
|
+
**Remove a role**
|
196
|
+
|
197
|
+
.. include:: ../../step_knife/step_knife_node_run_list_remove_role.rst
|
198
|
+
|
199
|
+
**Remove a run-list**
|
200
|
+
|
201
|
+
.. include:: ../../step_knife/step_knife_node_run_list_remove_run_list.rst
|
202
|
+
|
203
|
+
|
204
|
+
show
|
205
|
+
=====================================================
|
206
|
+
.. include:: ../../includes_knife/includes_knife_node_show.rst
|
207
|
+
|
208
|
+
Syntax
|
209
|
+
-----------------------------------------------------
|
210
|
+
.. include:: ../../includes_knife/includes_knife_node_show_syntax.rst
|
211
|
+
|
212
|
+
Options
|
213
|
+
-----------------------------------------------------
|
214
|
+
.. include:: ../../includes_knife/includes_knife_node_show_options.rst
|
215
|
+
|
216
|
+
Examples
|
217
|
+
-----------------------------------------------------
|
218
|
+
The following examples show how to use this |knife| subcommand:
|
219
|
+
|
220
|
+
**Show all data about nodes**
|
221
|
+
|
222
|
+
.. include:: ../../step_knife/step_knife_node_show_all_data.rst
|
223
|
+
|
224
|
+
**Show basic information about nodes**
|
225
|
+
|
226
|
+
.. include:: ../../step_knife/step_knife_node_show_all_data_basic.rst
|
227
|
+
|
228
|
+
**Show all data about nodes, truncated**
|
229
|
+
|
230
|
+
.. include:: ../../step_knife/step_knife_node_show_all_data_truncated.rst
|
231
|
+
|
232
|
+
**Show attributes**
|
233
|
+
|
234
|
+
.. include:: ../../step_knife/step_knife_node_show_attribute.rst
|
235
|
+
|
236
|
+
**Show the FQDN**
|
237
|
+
|
238
|
+
.. include:: ../../step_knife/step_knife_node_show_fqdn.rst
|
239
|
+
|
240
|
+
**Show a run-list**
|
241
|
+
|
242
|
+
.. include:: ../../step_knife/step_knife_node_show_run_list.rst
|
243
|
+
|
244
|
+
**Show as JSON data**
|
245
|
+
|
246
|
+
.. include:: ../../step_knife/step_knife_common_view_json.rst
|
247
|
+
|
248
|
+
**Show as raw JSON data**
|
249
|
+
|
250
|
+
.. include:: ../../step_knife/step_knife_common_view_json_raw.rst
|
@@ -0,0 +1,35 @@
|
|
1
|
+
=====================================================
|
2
|
+
knife raw
|
3
|
+
=====================================================
|
4
|
+
|
5
|
+
.. include:: ../../includes_knife/includes_knife_raw.rst
|
6
|
+
|
7
|
+
Syntax
|
8
|
+
=====================================================
|
9
|
+
.. include:: ../../includes_knife/includes_knife_raw_syntax.rst
|
10
|
+
|
11
|
+
Options
|
12
|
+
=====================================================
|
13
|
+
.. note:: Review the list of :doc:`common options </knife_common_options>` available to this (and all) |knife| subcommands and plugins.
|
14
|
+
|
15
|
+
.. include:: ../../includes_knife/includes_knife_raw_options.rst
|
16
|
+
|
17
|
+
Examples
|
18
|
+
=====================================================
|
19
|
+
The following examples show how to use this |knife| subcommand:
|
20
|
+
|
21
|
+
**View a client**
|
22
|
+
|
23
|
+
.. include:: ../../step_knife/step_knife_raw_view_client.rst
|
24
|
+
|
25
|
+
**View a node**
|
26
|
+
|
27
|
+
.. include:: ../../step_knife/step_knife_raw_view_node.rst
|
28
|
+
|
29
|
+
**Delete a data bag**
|
30
|
+
|
31
|
+
.. include:: ../../step_knife/step_knife_raw_delete_data_bag.rst
|
32
|
+
|
33
|
+
|
34
|
+
|
35
|
+
|
@@ -0,0 +1,23 @@
|
|
1
|
+
=====================================================
|
2
|
+
knife recipe list
|
3
|
+
=====================================================
|
4
|
+
|
5
|
+
.. include:: ../../includes_knife/includes_knife_recipe_list.rst
|
6
|
+
|
7
|
+
Syntax
|
8
|
+
=====================================================
|
9
|
+
.. include:: ../../includes_knife/includes_knife_recipe_list_syntax.rst
|
10
|
+
|
11
|
+
Options
|
12
|
+
=====================================================
|
13
|
+
.. note:: Review the list of :doc:`common options </knife_common_options>` available to this (and all) |knife| subcommands and plugins.
|
14
|
+
|
15
|
+
|no_options|
|
16
|
+
|
17
|
+
Examples
|
18
|
+
=====================================================
|
19
|
+
The following examples show how to use this |knife| subcommand:
|
20
|
+
|
21
|
+
**View a list of recipes**
|
22
|
+
|
23
|
+
.. include:: ../../step_knife/step_knife_recipe_list.rst
|
@@ -0,0 +1,157 @@
|
|
1
|
+
=====================================================
|
2
|
+
knife role
|
3
|
+
=====================================================
|
4
|
+
|
5
|
+
.. include:: ../../includes_role/includes_role.rst
|
6
|
+
|
7
|
+
.. include:: ../../includes_knife/includes_knife_role.rst
|
8
|
+
|
9
|
+
.. note:: To add a role to a node and then build out the run-list for that node, use the :doc:`knife node </knife_node>` sub-command and its ``run_list add`` argument.
|
10
|
+
|
11
|
+
.. note:: Review the list of :doc:`common options </knife_common_options>` available to this (and all) |knife| subcommands and plugins.
|
12
|
+
|
13
|
+
bulk delete
|
14
|
+
=====================================================
|
15
|
+
.. include:: ../../includes_knife/includes_knife_role_bulk_delete.rst
|
16
|
+
|
17
|
+
Syntax
|
18
|
+
-----------------------------------------------------
|
19
|
+
.. include:: ../../includes_knife/includes_knife_role_bulk_delete_syntax.rst
|
20
|
+
|
21
|
+
Options
|
22
|
+
-----------------------------------------------------
|
23
|
+
|no_options|
|
24
|
+
|
25
|
+
Examples
|
26
|
+
-----------------------------------------------------
|
27
|
+
The following examples show how to use this |knife| subcommand:
|
28
|
+
|
29
|
+
**Bulk delete roles**
|
30
|
+
|
31
|
+
.. include:: ../../step_knife/step_knife_role_bulk_delete.rst
|
32
|
+
|
33
|
+
create
|
34
|
+
=====================================================
|
35
|
+
.. include:: ../../includes_knife/includes_knife_role_create.rst
|
36
|
+
|
37
|
+
Syntax
|
38
|
+
-----------------------------------------------------
|
39
|
+
.. include:: ../../includes_knife/includes_knife_role_create_syntax.rst
|
40
|
+
|
41
|
+
Options
|
42
|
+
-----------------------------------------------------
|
43
|
+
.. include:: ../../includes_knife/includes_knife_role_create_options.rst
|
44
|
+
|
45
|
+
Examples
|
46
|
+
-----------------------------------------------------
|
47
|
+
The following examples show how to use this |knife| subcommand:
|
48
|
+
|
49
|
+
**Create a role**
|
50
|
+
|
51
|
+
.. include:: ../../step_knife/step_knife_role_create.rst
|
52
|
+
|
53
|
+
delete
|
54
|
+
=====================================================
|
55
|
+
.. include:: ../../includes_knife/includes_knife_role_delete.rst
|
56
|
+
|
57
|
+
Syntax
|
58
|
+
-----------------------------------------------------
|
59
|
+
.. include:: ../../includes_knife/includes_knife_role_delete_syntax.rst
|
60
|
+
|
61
|
+
Options
|
62
|
+
-----------------------------------------------------
|
63
|
+
|no_options|
|
64
|
+
|
65
|
+
Examples
|
66
|
+
-----------------------------------------------------
|
67
|
+
The following examples show how to use this |knife| subcommand:
|
68
|
+
|
69
|
+
**Delete a role**
|
70
|
+
|
71
|
+
.. include:: ../../step_knife/step_knife_role_delete.rst
|
72
|
+
|
73
|
+
edit
|
74
|
+
=====================================================
|
75
|
+
.. include:: ../../includes_knife/includes_knife_role_edit.rst
|
76
|
+
|
77
|
+
Syntax
|
78
|
+
-----------------------------------------------------
|
79
|
+
.. include:: ../../includes_knife/includes_knife_role_edit_syntax.rst
|
80
|
+
|
81
|
+
Options
|
82
|
+
-----------------------------------------------------
|
83
|
+
|no_options|
|
84
|
+
|
85
|
+
Examples
|
86
|
+
-----------------------------------------------------
|
87
|
+
The following examples show how to use this |knife| subcommand:
|
88
|
+
|
89
|
+
**Edit a role**
|
90
|
+
|
91
|
+
.. include:: ../../step_knife/step_knife_role_edit.rst
|
92
|
+
|
93
|
+
from file
|
94
|
+
=====================================================
|
95
|
+
.. include:: ../../includes_knife/includes_knife_role_from_file.rst
|
96
|
+
|
97
|
+
Syntax
|
98
|
+
-----------------------------------------------------
|
99
|
+
.. include:: ../../includes_knife/includes_knife_role_from_file_syntax.rst
|
100
|
+
|
101
|
+
Options
|
102
|
+
-----------------------------------------------------
|
103
|
+
|no_options|
|
104
|
+
|
105
|
+
Examples
|
106
|
+
-----------------------------------------------------
|
107
|
+
The following examples show how to use this |knife| subcommand:
|
108
|
+
|
109
|
+
**Create a role using JSON data**
|
110
|
+
|
111
|
+
.. include:: ../../step_knife/step_knife_role_from_file.rst
|
112
|
+
|
113
|
+
list
|
114
|
+
=====================================================
|
115
|
+
.. include:: ../../includes_knife/includes_knife_role_list.rst
|
116
|
+
|
117
|
+
Syntax
|
118
|
+
-----------------------------------------------------
|
119
|
+
.. include:: ../../includes_knife/includes_knife_role_list_syntax.rst
|
120
|
+
|
121
|
+
Options
|
122
|
+
-----------------------------------------------------
|
123
|
+
.. include:: ../../includes_knife/includes_knife_role_list_options.rst
|
124
|
+
|
125
|
+
Examples
|
126
|
+
-----------------------------------------------------
|
127
|
+
The following examples show how to use this |knife| subcommand:
|
128
|
+
|
129
|
+
**View a list of roles**
|
130
|
+
|
131
|
+
.. include:: ../../step_knife/step_knife_role_list.rst
|
132
|
+
|
133
|
+
show
|
134
|
+
=====================================================
|
135
|
+
.. include:: ../../includes_knife/includes_knife_role_show.rst
|
136
|
+
|
137
|
+
Syntax
|
138
|
+
-----------------------------------------------------
|
139
|
+
.. include:: ../../includes_knife/includes_knife_role_show_syntax.rst
|
140
|
+
|
141
|
+
Options
|
142
|
+
-----------------------------------------------------
|
143
|
+
.. include:: ../../includes_knife/includes_knife_role_show_options.rst
|
144
|
+
|
145
|
+
Examples
|
146
|
+
-----------------------------------------------------
|
147
|
+
The following examples show how to use this |knife| subcommand:
|
148
|
+
|
149
|
+
**Show as JSON data**
|
150
|
+
|
151
|
+
.. include:: ../../step_knife/step_knife_common_view_json.rst
|
152
|
+
|
153
|
+
**Show as raw JSON data**
|
154
|
+
|
155
|
+
.. include:: ../../step_knife/step_knife_common_view_json_raw.rst
|
156
|
+
|
157
|
+
|