Giter Site home page Giter Site logo

chefvm's People

Contributors

bitdeli-chef avatar bookest avatar czarneckid avatar jcaudle avatar pdf avatar spheromak avatar trobrock avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

chefvm's Issues

Clarify what to do with .chef dir in docs

I just got this working and it's improved my life, thanks!

I had some trouble setting it up though. By reading through the code, I realized I needed to remove my ~/.chef directory (or move it to configurations). As most people will likely be setting this up with an existing configuration, it may make sense to add a bit about this to the README.

Be able to send chef configurations to other and install them

Would love for something like this

chefvm export default --name our-orgs-config
# creates ~/.chefvm/exports/our-orgs-config.tar.gz

Then on the other side

chefvm import our-orgs-config.tar.gz --name my-org
# creates a new config called 'my-org' with the config that was exported

This should by default exclude keys, with the ability to add specific keys.
This should also have the ability to encrypt the exported file.

Does not work on Fish 2.5.0

Fish 2.5.0 fixed a bug with function definitions that now makes the init function with eval an invalid function. Here is the debug output:

function: Unexpected positional argument 'set'
- (line 1): begin;  function chefvm   set command "$1"   if test [ "$argv" -gt 0 ]     shift   end    switch "$command"     case shell       eval `chefvm "sh-$command" "$argv"`     case "*"       command chefvm "$command" "$argv";  end end
                    ^
from sourcing file -
        called on line 60 of file /usr/local/Cellar/fish/2.5.0/share/fish/functions/eval.fish

in function 'eval'
        called on line 1 of file -

from sourcing file -
        called on line 60 of file /usr/local/Cellar/fish/2.5.0/share/fish/functions/eval.fish

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.