-
Notifications
You must be signed in to change notification settings - Fork 89
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
updating readme to chefdk #247
Conversation
Hi. I am an automated pull request bot named Curry. There are commits in this pull request whose authors are not yet authorized to contribute to Chef Software, Inc. projects or are using a non-GitHub verified email address. To become authorized to contribute, you will need to sign the Contributor License Agreement (CLA) as an individual or on behalf of your company. You can read more on Chef's blog. Non-GitHub Verified CommittersThere are 1 commit author(s) whose commits are authored by a non-GitHub verified email address. Chef will have to manually verify that they are authorized to contribute. |
via: | ||
|
||
gem install chef | ||
https://downloads.chef.io/chef-dk/ | ||
|
||
This plugin is distributed as a Ruby Gem. To install it, run: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think If you are using chef-dk in that case ruby gems are install using -
chef gem install <name>
. And also chef-dk comes with inbuilt knife azure, we have to verify how chef gem install knife-azure
will work here, As recently we found some gem dependency related issues with chef-dk.
Thank you for sharing this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vinyar Please sign CLA.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 to the comment about updating the installation command to chef gem install knife-azure
. I haven't found any dependency conflicts with installing knife-azure into the chef-dk, what conflicts are you referring to @siddheshwar-more?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@siddheshwar-more done. Thanks
@andrewelizondo Thanks! |
I think above issue doesn't exists anymore ! Just need to replace https://github.com/chef/knife-azure/pull/247/files#diff-04c6e90faac2675aa89e2176d2eec7d8R17 by |
updating readme to chefdk
ok to delete branch when done