summaryrefslogtreecommitdiff
path: root/lib/chef/knife/client_delete.rb
Commit message (Collapse)AuthorAgeFilesLines
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
| | | Generated via git ls-files | xargs perl -pi -e "s/(Author.*?<[^@]+@)(?:opscode\\.com|getchef\\.com)(>)/\\1chef.io\\2/gi"
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
| | | Created via git ls-files | xargs perl -pi -e "s/(Copyright.*?), Opscode(,)? Inc(\.)?/\\1, Chef Software Inc./gi"
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
| | | Generated via git ls-files | xargs perl -pi -e "s/[Cc]opyright (?:\([Cc]\) )?((?\!$(date +%Y))\\d{4})(-\\d{4})?([, ][ \d]+)*(,|(?= ))/Copyright \\1-$(date +%Y),/g"
* Use double quotes by defaultThom May2016-01-141-4/+4
| | | | | | | This is an entirely mechanically generated (chefstyle -a) change, to go along with chef/chefstyle#5 . We should pick something and use it consistently, and my opinion is that double quotes are the appropriate thing.
* Move ApiClient V1 supported code to Chef::ApiClientV1 and restore ↵tylercloke2015-07-061-3/+3
| | | | | | | | Chef::ApiClient. For backwards compatibility. ApiClientV1 will replace ApiClient when Chef 13 is released. Updated client_*.rb knife commands to use ApiClientV1.
* change syntax of error message to reflect the correct flagMike Heijmans2014-07-191-1/+1
|
* Convert --force option of knife client delete to --delete-validators to be ↵sersut2014-03-171-4/+4
| | | | consistent with knife client bulk delete.
* Add a --force option to protect against accidental deletion of validatorsJames Casey2014-02-181-1/+15
| | | | | | | | It's hard to recover an org from having a deleted validator client - this patch protects against deleting validator accidentally e.g. in a for loop around knife client delete by requiring you to specify --force Includes specs around this new functionality
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+46
The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo!