chef / knife-tidy

Report on stale Chef Server nodes/cookbooks, clean those up and additionally clean data integrity issues from a knife-ec-backup object based backup!
Apache License 2.0
37 stars 21 forks source link

specifying backup directory with tab completion doesn't complete #78

Open mlcooper opened 6 years ago

mlcooper commented 6 years ago

The knife tidy tool asks for a backup directory. I first created it with mkdir -p <path> and then tried to use tab completion at the CLI to specify the backup directory I had just created. Tab completion did not seem to work; it simply moved the tab about 15 spaces to the right with no text being completed.

Also, after I ran knife tidy server clean --orgs <org> --only-cookbooks and specified a backup directory when a Warning prompted me to, the cookbooks were cleaned up but nothing is in the backup directory.

haidangwa commented 6 years ago

The latter part of the bug report pertains to this issue #87