summaryrefslogtreecommitdiff
path: root/lib/chef/knife/user_create.rb
Commit message (Expand)AuthorAgeFilesLines
* Be way more explicit about how we're handling datatm/missed_migrationThom May2016-02-151-1/+1
* pull rubocop 0.37.2 into chefstyleLamont Granquist2016-02-121-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-3/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-4/+4
* Move Chef::OscUser back to Chef::User namespace and new user code to Chef::Us...tylercloke2015-07-061-3/+3
* Better API version error handling helper code.tylercloke2015-06-051-6/+3
* Backwards compatible support for OSC 11 in knife user commands.tylercloke2015-06-051-34/+82
* API V1 support for client creation.tylercloke2015-06-051-8/+10
* Added V1 support to Chef::User.update and removed admin field.tylercloke2015-06-051-8/+0
* Added versioned Chef Object API support code and repaired Chef::User.create.tylercloke2015-06-051-27/+47
* Supress stdout/err output from knife testsdanielsdeleo2014-04-241-1/+1
* Add validation of password length to the user-create plugin.Steven Danna2013-02-061-0/+6
* Add user commands to knife.Steven Danna2013-02-061-0/+87