Skip to content

Instantly share code, notes, and snippets.

@mattray
Created February 8, 2018 03:20
Show Gist options
  • Select an option

  • Save mattray/052a98309c6dc31b346825175573a73c to your computer and use it in GitHub Desktop.

Select an option

Save mattray/052a98309c6dc31b346825175573a73c to your computer and use it in GitHub Desktop.
mray@farnsworth[14:13]2.4.2/opt/chefdk
$ chef --version
Chef Development Kit Version: 2.4.17
chef-client version: 13.6.4
delivery version: master (73ebb72a6c42b3d2ff5370c476be800fee7e5427)
berks version: 6.3.1
kitchen version: 1.19.2
inspec version: 1.45.13
mray@farnsworth[14:14]2.4.2/opt/chefdk
$ mixlib-install download inspec
Starting download https://packages.chef.io/files/stable/inspec/1.51.0/mac_os_x/10.13/inspec-1.51.0-1.dmg
Download saved to /opt/chefdk/inspec-1.51.0-1.dmg
mray@farnsworth[14:14]2.4.2/opt/chefdk
$ open inspec-1.51.0-1.dmg
mray@farnsworth[14:16]2.4.2/opt
$ export PATH=/opt/inspec/bin:$PATH
mray@farnsworth[14:17]2.4.2/opt
$ chef --version
Chef Development Kit Version: 2.4.17
chef-client version: 13.6.4
delivery version: master (73ebb72a6c42b3d2ff5370c476be800fee7e5427)
berks version: 6.3.1
kitchen version: 1.19.2
inspec version: 1.51.0
mray@farnsworth[14:17]2.4.2/opt
$ inspec --version
1.51.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment