Skip to content

Instantly share code, notes, and snippets.

@michaelcarruthers
Created July 16, 2012 14:18
Show Gist options
  • Save michaelcarruthers/3122980 to your computer and use it in GitHub Desktop.
Save michaelcarruthers/3122980 to your computer and use it in GitHub Desktop.
knife-staging () {
knife $* -c ~/.chef/knife.staging.rb
}
knife-production () {
knife $* -c ~/.chef/knife.production.rb
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment