chef-cli 5.3.1 → 5.5.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile +2 -0
- data/Rakefile +1 -1
- data/chef-cli.gemspec +1 -1
- data/lib/chef-cli/authenticated_http.rb +1 -1
- data/lib/chef-cli/builtin_commands.rb +1 -4
- data/lib/chef-cli/chef_runner.rb +1 -1
- data/lib/chef-cli/chef_server_api_multi.rb +1 -1
- data/lib/chef-cli/cli.rb +1 -1
- data/lib/chef-cli/command/base.rb +12 -1
- data/lib/chef-cli/command/clean_policy_cookbooks.rb +1 -12
- data/lib/chef-cli/command/clean_policy_revisions.rb +1 -12
- data/lib/chef-cli/command/delete_policy.rb +1 -12
- data/lib/chef-cli/command/delete_policy_group.rb +1 -12
- data/lib/chef-cli/command/describe_cookbook.rb +17 -0
- data/lib/chef-cli/command/diff.rb +1 -12
- data/lib/chef-cli/command/env.rb +1 -1
- data/lib/chef-cli/command/exec.rb +1 -1
- data/lib/chef-cli/command/gem.rb +1 -1
- data/lib/chef-cli/command/generate.rb +1 -6
- data/lib/chef-cli/command/generator_commands/attribute.rb +1 -1
- data/lib/chef-cli/command/generator_commands/base.rb +1 -1
- data/lib/chef-cli/command/generator_commands/chef_exts/generator_desc_resource.rb +1 -1
- data/lib/chef-cli/command/generator_commands/chef_exts/quieter_doc_formatter.rb +1 -1
- data/lib/chef-cli/command/generator_commands/chef_exts/recipe_dsl_ext.rb +1 -1
- data/lib/chef-cli/command/generator_commands/cookbook.rb +15 -41
- data/lib/chef-cli/command/generator_commands/cookbook_code_file.rb +1 -1
- data/lib/chef-cli/command/generator_commands/cookbook_file.rb +1 -1
- data/lib/chef-cli/command/generator_commands/generator_generator.rb +1 -1
- data/lib/chef-cli/command/generator_commands/helpers.rb +1 -1
- data/lib/chef-cli/command/generator_commands/policyfile.rb +1 -1
- data/lib/chef-cli/command/generator_commands/recipe.rb +1 -1
- data/lib/chef-cli/command/generator_commands/repo.rb +1 -1
- data/lib/chef-cli/command/generator_commands/resource.rb +1 -1
- data/lib/chef-cli/command/generator_commands/template.rb +1 -1
- data/lib/chef-cli/command/generator_commands.rb +1 -1
- data/lib/chef-cli/command/install.rb +1 -12
- data/lib/chef-cli/command/push.rb +1 -12
- data/lib/chef-cli/command/push_archive.rb +1 -12
- data/lib/chef-cli/command/shell_init.rb +1 -1
- data/lib/chef-cli/command/show_policy.rb +1 -12
- data/lib/chef-cli/command/undelete.rb +1 -12
- data/lib/chef-cli/command/update.rb +1 -1
- data/lib/chef-cli/commands_map.rb +1 -1
- data/lib/chef-cli/configurable.rb +1 -1
- data/lib/chef-cli/cookbook_metadata.rb +1 -1
- data/lib/chef-cli/cookbook_omnifetch.rb +1 -1
- data/lib/chef-cli/cookbook_profiler/git.rb +3 -3
- data/lib/chef-cli/cookbook_profiler/identifiers.rb +1 -1
- data/lib/chef-cli/cookbook_profiler/null_scm.rb +1 -1
- data/lib/chef-cli/exceptions.rb +1 -1
- data/lib/chef-cli/generator.rb +1 -1
- data/lib/chef-cli/helpers.rb +1 -1
- data/lib/chef-cli/pager.rb +1 -1
- data/lib/chef-cli/policyfile/artifactory_cookbook_source.rb +1 -1
- data/lib/chef-cli/policyfile/attribute_merge_checker.rb +1 -1
- data/lib/chef-cli/policyfile/chef_repo_cookbook_source.rb +1 -1
- data/lib/chef-cli/policyfile/chef_server_cookbook_source.rb +1 -1
- data/lib/chef-cli/policyfile/chef_server_lock_fetcher.rb +1 -1
- data/lib/chef-cli/policyfile/community_cookbook_source.rb +1 -1
- data/lib/chef-cli/policyfile/comparison_base.rb +1 -1
- data/lib/chef-cli/policyfile/cookbook_location_specification.rb +1 -1
- data/lib/chef-cli/policyfile/cookbook_locks.rb +1 -1
- data/lib/chef-cli/policyfile/cookbook_sources.rb +1 -1
- data/lib/chef-cli/policyfile/delivery_supermarket_source.rb +1 -1
- data/lib/chef-cli/policyfile/differ.rb +1 -1
- data/lib/chef-cli/policyfile/git_lock_fetcher.rb +1 -1
- data/lib/chef-cli/policyfile/included_policies_cookbook_source.rb +1 -1
- data/lib/chef-cli/policyfile/lister.rb +1 -1
- data/lib/chef-cli/policyfile/local_lock_fetcher.rb +1 -1
- data/lib/chef-cli/policyfile/lock_applier.rb +1 -1
- data/lib/chef-cli/policyfile/lock_fetcher_mixin.rb +1 -1
- data/lib/chef-cli/policyfile/null_cookbook_source.rb +1 -1
- data/lib/chef-cli/policyfile/policyfile_location_specification.rb +1 -1
- data/lib/chef-cli/policyfile/read_cookbook_for_compat_mode_upload.rb +1 -1
- data/lib/chef-cli/policyfile/remote_lock_fetcher.rb +1 -1
- data/lib/chef-cli/policyfile/reports/install.rb +1 -1
- data/lib/chef-cli/policyfile/reports/table_printer.rb +1 -1
- data/lib/chef-cli/policyfile/reports/upload.rb +1 -1
- data/lib/chef-cli/policyfile/solution_dependencies.rb +1 -1
- data/lib/chef-cli/policyfile/source_uri.rb +1 -1
- data/lib/chef-cli/policyfile/storage_config.rb +1 -1
- data/lib/chef-cli/policyfile/undo_record.rb +1 -1
- data/lib/chef-cli/policyfile/undo_stack.rb +1 -1
- data/lib/chef-cli/policyfile/uploader.rb +1 -1
- data/lib/chef-cli/policyfile_compiler.rb +1 -1
- data/lib/chef-cli/policyfile_lock.rb +1 -1
- data/lib/chef-cli/policyfile_services/clean_policies.rb +1 -1
- data/lib/chef-cli/policyfile_services/clean_policy_cookbooks.rb +1 -1
- data/lib/chef-cli/policyfile_services/install.rb +1 -1
- data/lib/chef-cli/policyfile_services/push.rb +1 -1
- data/lib/chef-cli/policyfile_services/push_archive.rb +1 -1
- data/lib/chef-cli/policyfile_services/rm_policy.rb +1 -1
- data/lib/chef-cli/policyfile_services/rm_policy_group.rb +1 -1
- data/lib/chef-cli/policyfile_services/show_policy.rb +1 -1
- data/lib/chef-cli/policyfile_services/undelete.rb +1 -1
- data/lib/chef-cli/policyfile_services/update_attributes.rb +1 -1
- data/lib/chef-cli/service_exception_inspectors/base.rb +1 -1
- data/lib/chef-cli/service_exception_inspectors/http.rb +1 -1
- data/lib/chef-cli/service_exception_inspectors.rb +1 -1
- data/lib/chef-cli/service_exceptions.rb +1 -1
- data/lib/chef-cli/shell_out.rb +1 -1
- data/lib/chef-cli/skeletons/code_generator/metadata.rb +1 -1
- data/lib/chef-cli/skeletons/code_generator/recipes/cookbook.rb +0 -29
- data/lib/chef-cli/skeletons/code_generator/templates/default/inspec_default_test.rb.erb +1 -1
- data/lib/chef-cli/skeletons/code_generator/templates/default/kitchen.yml.erb +1 -1
- data/lib/chef-cli/skeletons/code_generator/templates/default/kitchen_dokken.yml.erb +1 -1
- data/lib/chef-cli/skeletons/code_generator/templates/default/kitchen_policyfile.yml.erb +3 -4
- data/lib/chef-cli/skeletons/code_generator/templates/default/metadata.rb.erb +1 -1
- data/lib/chef-cli/skeletons/code_generator/templates/default/recipe_spec.rb.erb +2 -2
- data/lib/chef-cli/ui.rb +1 -1
- data/lib/chef-cli/version.rb +2 -2
- data/lib/chef-cli.rb +1 -1
- data/spec/shared/custom_generator_cookbook.rb +0 -44
- data/spec/shared/fixture_cookbook_checksums.rb +1 -1
- data/spec/shared/setup_git_committer_config.rb +1 -1
- data/spec/shared/setup_git_cookbooks.rb +1 -1
- data/spec/spec_helper.rb +3 -1
- data/spec/unit/chef_runner_spec.rb +1 -1
- data/spec/unit/chef_server_api_multi_spec.rb +1 -1
- data/spec/unit/cli_spec.rb +1 -1
- data/spec/unit/command/base_spec.rb +6 -1
- data/spec/unit/command/clean_policy_cookbooks_spec.rb +1 -1
- data/spec/unit/command/clean_policy_revisions_spec.rb +1 -1
- data/spec/unit/command/delete_policy_group_spec.rb +1 -1
- data/spec/unit/command/delete_policy_spec.rb +1 -1
- data/spec/unit/command/diff_spec.rb +1 -1
- data/spec/unit/command/env_spec.rb +1 -1
- data/spec/unit/command/exec_spec.rb +1 -1
- data/spec/unit/command/generate_spec.rb +1 -9
- data/spec/unit/command/generator_commands/attribute_spec.rb +1 -1
- data/spec/unit/command/generator_commands/base_spec.rb +1 -1
- data/spec/unit/command/generator_commands/chef_exts/generator_desc_resource_spec.rb +1 -1
- data/spec/unit/command/generator_commands/chef_exts/recipe_dsl_ext_spec.rb +1 -1
- data/spec/unit/command/generator_commands/cookbook_file_spec.rb +1 -1
- data/spec/unit/command/generator_commands/cookbook_spec.rb +5 -336
- data/spec/unit/command/generator_commands/generator_generator_spec.rb +1 -1
- data/spec/unit/command/generator_commands/helpers_spec.rb +1 -1
- data/spec/unit/command/generator_commands/policyfile_spec.rb +1 -1
- data/spec/unit/command/generator_commands/recipe_spec.rb +1 -1
- data/spec/unit/command/generator_commands/repo_spec.rb +1 -1
- data/spec/unit/command/generator_commands/resource_spec.rb +1 -1
- data/spec/unit/command/generator_commands/template_spec.rb +1 -1
- data/spec/unit/command/install_spec.rb +1 -1
- data/spec/unit/command/push_archive_spec.rb +1 -1
- data/spec/unit/command/push_spec.rb +1 -1
- data/spec/unit/command/shell_init_spec.rb +1 -1
- data/spec/unit/command/show_policy_spec.rb +1 -1
- data/spec/unit/command/undelete_spec.rb +1 -1
- data/spec/unit/command/update_spec.rb +1 -1
- data/spec/unit/commands_map_spec.rb +1 -1
- data/spec/unit/configurable_spec.rb +1 -1
- data/spec/unit/cookbook_profiler/git_spec.rb +1 -1
- data/spec/unit/cookbook_profiler/identifiers_spec.rb +1 -1
- data/spec/unit/generator_spec.rb +1 -1
- data/spec/unit/helpers_spec.rb +1 -1
- data/spec/unit/pager_spec.rb +1 -1
- data/spec/unit/policyfile/artifactory_cookbook_source_spec.rb +1 -1
- data/spec/unit/policyfile/attribute_merge_checker_spec.rb +1 -1
- data/spec/unit/policyfile/chef_repo_cookbook_source_spec.rb +1 -1
- data/spec/unit/policyfile/chef_server_cookbook_source_spec.rb +1 -1
- data/spec/unit/policyfile/chef_server_lock_fetcher_spec.rb +1 -1
- data/spec/unit/policyfile/community_cookbook_source_spec.rb +1 -1
- data/spec/unit/policyfile/comparison_base_spec.rb +1 -1
- data/spec/unit/policyfile/cookbook_location_specification_spec.rb +1 -1
- data/spec/unit/policyfile/cookbook_locks_spec.rb +1 -1
- data/spec/unit/policyfile/delivery_supermarket_source_spec.rb +1 -1
- data/spec/unit/policyfile/differ_spec.rb +1 -1
- data/spec/unit/policyfile/git_lock_fetcher_spec.rb +1 -1
- data/spec/unit/policyfile/included_policies_cookbook_source_spec.rb +1 -1
- data/spec/unit/policyfile/lister_spec.rb +1 -1
- data/spec/unit/policyfile/local_lock_fetcher_spec.rb +1 -1
- data/spec/unit/policyfile/lock_applier_spec.rb +1 -1
- data/spec/unit/policyfile/lock_fetcher_mixin_spec.rb +1 -1
- data/spec/unit/policyfile/null_cookbook_source_spec.rb +1 -1
- data/spec/unit/policyfile/read_cookbook_for_compat_mode_upload_spec.rb +1 -1
- data/spec/unit/policyfile/remote_lock_fetcher_spec.rb +1 -1
- data/spec/unit/policyfile/reports/install_spec.rb +1 -1
- data/spec/unit/policyfile/reports/upload_spec.rb +1 -1
- data/spec/unit/policyfile/solution_dependencies_spec.rb +1 -1
- data/spec/unit/policyfile/source_uri_spec.rb +1 -1
- data/spec/unit/policyfile/storage_config_spec.rb +1 -1
- data/spec/unit/policyfile/undo_record_spec.rb +1 -1
- data/spec/unit/policyfile/undo_stack_spec.rb +1 -1
- data/spec/unit/policyfile/uploader_spec.rb +1 -1
- data/spec/unit/policyfile_demands_spec.rb +1 -1
- data/spec/unit/policyfile_includes_dsl_spec.rb +1 -1
- data/spec/unit/policyfile_includes_spec.rb +1 -1
- data/spec/unit/policyfile_install_with_includes_spec.rb +1 -1
- data/spec/unit/policyfile_lock_build_spec.rb +1 -1
- data/spec/unit/policyfile_lock_install_spec.rb +1 -1
- data/spec/unit/policyfile_lock_serialization_spec.rb +1 -1
- data/spec/unit/policyfile_lock_validation_spec.rb +1 -1
- data/spec/unit/policyfile_services/clean_policies_spec.rb +1 -1
- data/spec/unit/policyfile_services/clean_policy_cookbooks_spec.rb +1 -1
- data/spec/unit/policyfile_services/export_repo_spec.rb +1 -1
- data/spec/unit/policyfile_services/install_spec.rb +1 -1
- data/spec/unit/policyfile_services/push_archive_spec.rb +1 -1
- data/spec/unit/policyfile_services/push_spec.rb +1 -1
- data/spec/unit/policyfile_services/rm_policy_group_spec.rb +1 -1
- data/spec/unit/policyfile_services/rm_policy_spec.rb +1 -1
- data/spec/unit/policyfile_services/show_policy_spec.rb +1 -1
- data/spec/unit/policyfile_services/undelete_spec.rb +1 -1
- data/spec/unit/policyfile_services/update_attributes_spec.rb +1 -1
- data/spec/unit/policyfile_services/update_spec.rb +1 -1
- data/spec/unit/service_exception_inspectors/base_spec.rb +1 -1
- data/spec/unit/service_exception_inspectors/http_spec.rb +1 -1
- data/spec/unit/shell_out_spec.rb +1 -1
- metadata +4 -7
- data/lib/chef-cli/command/provision.rb +0 -36
- data/lib/chef-cli/skeletons/code_generator/files/default/delivery-project.toml +0 -32
- data/lib/chef-cli/skeletons/code_generator/templates/default/delivery-project.toml.erb +0 -36
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
driver:
|
|
3
3
|
name: vagrant
|
|
4
4
|
|
|
5
|
-
## The forwarded_port port feature lets you connect to ports on the VM guest
|
|
6
|
-
## localhost on the host.
|
|
5
|
+
## The forwarded_port port feature lets you connect to ports on the VM guest
|
|
6
|
+
## via localhost on the host.
|
|
7
7
|
## see also: https://www.vagrantup.com/docs/networking/forwarded_ports
|
|
8
8
|
|
|
9
9
|
# network:
|
|
@@ -15,7 +15,7 @@ provisioner:
|
|
|
15
15
|
## product_name and product_version specifies a specific Chef product and version to install.
|
|
16
16
|
## see the Chef documentation for more details: https://docs.chef.io/workstation/config_yml_kitchen/
|
|
17
17
|
# product_name: chef
|
|
18
|
-
# product_version:
|
|
18
|
+
# product_version: 17
|
|
19
19
|
|
|
20
20
|
verifier:
|
|
21
21
|
name: inspec
|
|
@@ -29,4 +29,3 @@ suites:
|
|
|
29
29
|
verifier:
|
|
30
30
|
inspec_tests:
|
|
31
31
|
- test/integration/default
|
|
32
|
-
attributes:
|
|
@@ -4,7 +4,7 @@ maintainer_email '<%= email %>'
|
|
|
4
4
|
license '<%= @spdx_license %>'
|
|
5
5
|
description 'Installs/Configures <%= cookbook_name %>'
|
|
6
6
|
version '0.1.0'
|
|
7
|
-
chef_version '>=
|
|
7
|
+
chef_version '>= 16.0'
|
|
8
8
|
|
|
9
9
|
# The `issues_url` points to the location where issues for this cookbook are
|
|
10
10
|
# tracked. A `View Issues` link will be displayed on this cookbook's page when
|
|
@@ -9,7 +9,7 @@ require 'spec_helper'
|
|
|
9
9
|
describe '<%= cookbook_name %>::<%= recipe_name %>' do
|
|
10
10
|
context 'When all attributes are default, on Ubuntu 20.04' do
|
|
11
11
|
# for a complete list of available platforms and versions see:
|
|
12
|
-
# https://github.com/chefspec/fauxhai/blob/
|
|
12
|
+
# https://github.com/chefspec/fauxhai/blob/main/PLATFORMS.md
|
|
13
13
|
platform 'ubuntu', '20.04'
|
|
14
14
|
|
|
15
15
|
it 'converges successfully' do
|
|
@@ -19,7 +19,7 @@ describe '<%= cookbook_name %>::<%= recipe_name %>' do
|
|
|
19
19
|
|
|
20
20
|
context 'When all attributes are default, on CentOS 8' do
|
|
21
21
|
# for a complete list of available platforms and versions see:
|
|
22
|
-
# https://github.com/chefspec/fauxhai/blob/
|
|
22
|
+
# https://github.com/chefspec/fauxhai/blob/main/PLATFORMS.md
|
|
23
23
|
platform 'centos', '8'
|
|
24
24
|
|
|
25
25
|
it 'converges successfully' do
|
data/lib/chef-cli/ui.rb
CHANGED
data/lib/chef-cli/version.rb
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#
|
|
2
|
-
# Copyright::
|
|
2
|
+
# Copyright:: Chef Software Inc.
|
|
3
3
|
# License:: Apache License, Version 2.0
|
|
4
4
|
#
|
|
5
5
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
@@ -16,5 +16,5 @@
|
|
|
16
16
|
#
|
|
17
17
|
|
|
18
18
|
module ChefCLI
|
|
19
|
-
VERSION = "5.
|
|
19
|
+
VERSION = "5.5.4".freeze
|
|
20
20
|
end
|
data/lib/chef-cli.rb
CHANGED
|
@@ -66,23 +66,6 @@ shared_examples_for "custom generator cookbook" do
|
|
|
66
66
|
end
|
|
67
67
|
end
|
|
68
68
|
|
|
69
|
-
context "with an invalid generator-cookbook path" do
|
|
70
|
-
|
|
71
|
-
it "fails with an informative error" do
|
|
72
|
-
Dir.chdir(tempdir) do
|
|
73
|
-
allow(code_generator.chef_runner).to receive(:stdout).and_return(stdout_io)
|
|
74
|
-
allow(code_generator).to receive(:stderr).and_return(stderr_io)
|
|
75
|
-
expect(code_generator.run).to eq(1)
|
|
76
|
-
end
|
|
77
|
-
|
|
78
|
-
cookbook_path = File.dirname(generator_cookbook_path)
|
|
79
|
-
expected_msg = %Q{ERROR: Could not find cookbook(s) to satisfy run list ["recipe[a_generator_cookbook::#{generator_name}]"] in #{cookbook_path}}
|
|
80
|
-
|
|
81
|
-
expect(stderr_io.string).to include(expected_msg)
|
|
82
|
-
end
|
|
83
|
-
|
|
84
|
-
end
|
|
85
|
-
|
|
86
69
|
context "with a generator-cookbook path to a specific cookbook" do
|
|
87
70
|
|
|
88
71
|
let(:metadata_file) { File.join(generator_cookbook_path, "metadata.rb") }
|
|
@@ -105,32 +88,5 @@ shared_examples_for "custom generator cookbook" do
|
|
|
105
88
|
end
|
|
106
89
|
|
|
107
90
|
end
|
|
108
|
-
|
|
109
|
-
context "with a generator-cookbook path to a directory containing a 'code_generator' cookbook" do
|
|
110
|
-
|
|
111
|
-
before do
|
|
112
|
-
FileUtils.mkdir_p(generator_cookbook_path)
|
|
113
|
-
FileUtils.cp_r(default_generator_cookbook_path, generator_cookbook_path)
|
|
114
|
-
|
|
115
|
-
allow(code_generator).to receive(:stderr).and_return(stderr_io)
|
|
116
|
-
end
|
|
117
|
-
|
|
118
|
-
it "creates the new_files (and warns about deprecated usage)" do
|
|
119
|
-
allow(code_generator.chef_runner).to receive(:stdout).and_return(stdout_io)
|
|
120
|
-
|
|
121
|
-
Dir.chdir(tempdir) do
|
|
122
|
-
code_generator.run
|
|
123
|
-
end
|
|
124
|
-
generated_files = Dir.glob("#{tempdir}/#{generator_arg}/**/*", File::FNM_DOTMATCH)
|
|
125
|
-
expected_cookbook_files.each do |expected_file|
|
|
126
|
-
expect(generated_files).to include(expected_file)
|
|
127
|
-
end
|
|
128
|
-
|
|
129
|
-
code_generator_path = File.join(generator_cookbook_path, "code_generator")
|
|
130
|
-
warning_message = "WARN: Please configure the generator cookbook by giving the full path to the desired cookbook (like '#{code_generator_path}')"
|
|
131
|
-
|
|
132
|
-
expect(stderr_io.string).to include(warning_message)
|
|
133
|
-
end
|
|
134
|
-
end
|
|
135
91
|
end
|
|
136
92
|
end
|
data/spec/spec_helper.rb
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#
|
|
2
|
-
# Copyright::
|
|
2
|
+
# Copyright:: Chef Software Inc.
|
|
3
3
|
# License:: Apache License, Version 2.0
|
|
4
4
|
#
|
|
5
5
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
@@ -24,6 +24,8 @@ require "chef/workstation_config_loader"
|
|
|
24
24
|
require "chef/config"
|
|
25
25
|
|
|
26
26
|
require "chef-cli/cli"
|
|
27
|
+
require "simplecov"
|
|
28
|
+
SimpleCov.start
|
|
27
29
|
|
|
28
30
|
RSpec.configure do |c|
|
|
29
31
|
running_on_windows = (RUBY_PLATFORM =~ /mswin|mingw|windows/)
|
data/spec/unit/cli_spec.rb
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#
|
|
2
|
-
# Copyright::
|
|
2
|
+
# Copyright:: Chef Software Inc.
|
|
3
3
|
# License:: Apache License, Version 2.0
|
|
4
4
|
#
|
|
5
5
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
#
|
|
17
17
|
|
|
18
18
|
require "spec_helper"
|
|
19
|
+
require "chef-cli/command/base"
|
|
19
20
|
|
|
20
21
|
describe ChefCLI::Command::Base do
|
|
21
22
|
class TestCommand < ChefCLI::Command::Base
|
|
@@ -126,6 +127,8 @@ describe ChefCLI::Command::Base do
|
|
|
126
127
|
use me please
|
|
127
128
|
-a, --arg ARG An option with a required argument
|
|
128
129
|
--chef-license ACCEPTANCE Accept the license for this product and any contained products ('accept', 'accept-no-persist', or 'accept-silent')
|
|
130
|
+
-c, --config CONFIG_FILE Path to configuration file
|
|
131
|
+
-D, --debug Enable stacktraces and other debug output
|
|
129
132
|
-h, --help Show this message
|
|
130
133
|
-u, --user If the user exists
|
|
131
134
|
-v, --version Show #{ChefCLI::Dist::PRODUCT} version
|
|
@@ -147,6 +150,8 @@ describe ChefCLI::Command::Base do
|
|
|
147
150
|
use me please
|
|
148
151
|
-a, --arg ARG An option with a required argument
|
|
149
152
|
--chef-license ACCEPTANCE Accept the license for this product and any contained products ('accept', 'accept-no-persist', or 'accept-silent')
|
|
153
|
+
-c, --config CONFIG_FILE Path to configuration file
|
|
154
|
+
-D, --debug Enable stacktraces and other debug output
|
|
150
155
|
-h, --help Show this message
|
|
151
156
|
-u, --user If the user exists
|
|
152
157
|
-v, --version Show #{ChefCLI::Dist::PRODUCT} version
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#
|
|
2
|
-
# Copyright::
|
|
2
|
+
# Copyright:: Chef Software Inc.
|
|
3
3
|
# License:: Apache License, Version 2.0
|
|
4
4
|
#
|
|
5
5
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
@@ -137,13 +137,5 @@ describe ChefCLI::Command::Generate do
|
|
|
137
137
|
end
|
|
138
138
|
|
|
139
139
|
end
|
|
140
|
-
|
|
141
|
-
describe "When build-cookbookis given as subcommand" do
|
|
142
|
-
it "shows deprecation warning when" do
|
|
143
|
-
result = generate.run(%w{build-cookbook example})
|
|
144
|
-
expect(result).to eq(1)
|
|
145
|
-
end
|
|
146
|
-
end
|
|
147
|
-
|
|
148
140
|
end
|
|
149
141
|
end
|