Sha256: 3941ddad391e91e4307e72b945051490c302814641281f41fc857f02895d612e

Contents?: true

Size: 879 Bytes

Versions: 102

Compression:

Stored size: 879 Bytes

Contents

#!/usr/bin/env ruby
#
# ./knife - Chef CLI interface
#
# Author:: Adam Jacob (<adam@chef.io>)
# Copyright:: Copyright 2009-2018, Chef Software Inc.
# License:: Apache License, Version 2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

$:.unshift(File.expand_path(File.join(File.dirname(__FILE__), "..", "lib")))
require "chef/application/knife"

Chef::Application::Knife.new.run

Version data entries

102 entries across 102 versions & 1 rubygems

Version Path
chef-15.13.8 bin/knife
chef-15.13.8-universal-mingw32 bin/knife
chef-16.3.38 bin/knife
chef-16.3.38-universal-mingw32 bin/knife
chef-16.2.73 bin/knife
chef-16.2.73-universal-mingw32 bin/knife
chef-15.12.22 bin/knife
chef-15.12.22-universal-mingw32 bin/knife
chef-16.2.50 bin/knife
chef-16.2.50-universal-mingw32 bin/knife
chef-16.2.44 bin/knife
chef-16.2.44-universal-mingw32 bin/knife
chef-15.11.8 bin/knife
chef-15.11.8-universal-mingw32 bin/knife
chef-16.1.16 bin/knife
chef-16.1.16-universal-mingw32 bin/knife
chef-15.11.3 bin/knife
chef-15.11.3-universal-mingw32 bin/knife
chef-16.1.0 bin/knife
chef-16.1.0-universal-mingw32 bin/knife