summaryrefslogtreecommitdiff
path: root/docs/dev/devtools
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in readmeTim Smith2021-03-091-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Build place for documenting internal/dev/unsupported commandsPhil Dibowitz2021-03-062-0/+134
After discussion in last week's Chef Triage meeting, there are tools which are unsupported, confusing to new users, and shouldn't be confused with the "right" ways to use Chef products. However, those tools are often useful to developers or sufficiently advanced users and should be documented somewhere else where it's clear you're off the beaten path. We decided this is the correct place, so I'm taking the recently removed chef-apply docs (https://github.com/chef/chef-workstation/blob/5af407dc6bd1432994cd89cc56ae00cf95cbb37f/docs-chef-io/content/workstation/ctl_chef_apply.md) and putting them here Signed-off-by: Phil Dibowitz <phil@ipom.com>