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.
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 aWarning
prompted me to, the cookbooks were cleaned up but nothing is in the backup directory.