Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

boolean support #8

Open
timspencer opened this issue Mar 21, 2014 · 0 comments
Open

boolean support #8

timspencer opened this issue Mar 21, 2014 · 0 comments

Comments

@timspencer
Copy link

I need to set a boolean attribute. Something like this:

knife set_attribute node mynode footest.funky true

And have it set to this:

"footest": {
  "funky": true
},

But this sets it to the "true" string, not the boolean. Is there a clever way to do it that I'm missing, or do we need to add a commandline option to make it set it as a boolean or something? Thanks, and have fun!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant