complete-c kitchen -f-n __fish_kitchen_no_command -a create -d"Change instance state to create. Start one or more instances"
complete-c kitchen -f-n'__fish_kitchen_using_command create'-s c -l concurrency -d"Run a create against all matching instances concurrently. Only N instances will run at the same time if a number is given. "
complete-c kitchen -f-n'__fish_kitchen_using_command create'-s p -l parallel -d"[Future DEPRECATION, use --concurrency] Run a create against all matching instances concurrently. "
complete-c kitchen -f-n'__fish_kitchen_using_command create'-s l -l log_level -d"Set the log level (debug, info, warn, error, fatal)"
complete-c kitchen -f-n __fish_kitchen_no_command -a converge -d"Change instance state to converge. Use a provisioner to configure one or more instances"
complete-c kitchen -f-n'__fish_kitchen_using_command converge'-s c -l concurrency -d"Run a converge against all matching instances concurrently. Only N instances will run at the same time if a number is given. "
complete-c kitchen -f-n'__fish_kitchen_using_command converge'-s p -l parallel -d"[Future DEPRECATION, use --concurrency] Run a converge against all matching instances concurrently. "
complete-c kitchen -f-n'__fish_kitchen_using_command converge'-s l -l log_level -d"Set the log level (debug, info, warn, error, fatal)"
complete-c kitchen -f-n'__fish_kitchen_using_command help'-a converge -d"Change instance state to converge. Use a provisioner to configure one or more instances"
complete-c kitchen -f-n __fish_kitchen_no_command -a setup -d"Change instance state to setup. Prepare to run automated tests. Install busser and related gems on one or more instances"
complete-c kitchen -f-n'__fish_kitchen_using_command setup'-s c -l concurrency -d"Run a setup against all matching instances concurrently. Only N instances will run at the same time if a number is given. "
complete-c kitchen -f-n'__fish_kitchen_using_command setup'-s p -l parallel -d"[Future DEPRECATION, use --concurrency] Run a setup against all matching instances concurrently. "
complete-c kitchen -f-n'__fish_kitchen_using_command setup'-s l -l log_level -d"Set the log level (debug, info, warn, error, fatal)"
complete-c kitchen -f-n'__fish_kitchen_using_command help'-a setup -d"Change instance state to setup. Prepare to run automated tests. Install busser and related gems on one or more instances"
complete-c kitchen -f-n __fish_kitchen_no_command -a verify -d"Change instance state to verify. Run automated tests on one or more instances"
complete-c kitchen -f-n'__fish_kitchen_using_command verify'-s c -l concurrency -d"Run a verify against all matching instances concurrently. Only N instances will run at the same time if a number is given. "
complete-c kitchen -f-n'__fish_kitchen_using_command verify'-s p -l parallel -d"[Future DEPRECATION, use --concurrency] Run a verify against all matching instances concurrently. "
complete-c kitchen -f-n'__fish_kitchen_using_command verify'-s l -l log_level -d"Set the log level (debug, info, warn, error, fatal)"
complete-c kitchen -f-n __fish_kitchen_no_command -a destroy -d"Change instance state to destroy. Delete all information for one or more instances"
complete-c kitchen -f-n'__fish_kitchen_using_command destroy'-s c -l concurrency -d"Run a destroy against all matching instances concurrently. Only N instances will run at the same time if a number is given. "
complete-c kitchen -f-n'__fish_kitchen_using_command destroy'-s p -l parallel -d"[Future DEPRECATION, use --concurrency] Run a destroy against all matching instances concurrently. "
complete-c kitchen -f-n'__fish_kitchen_using_command destroy'-s l -l log_level -d"Set the log level (debug, info, warn, error, fatal)"
complete-c kitchen -f-n'__fish_kitchen_using_command help'-a destroy -d"Change instance state to destroy. Delete all information for one or more instances"
complete-c kitchen -f-n __fish_kitchen_no_command -a test -d"Test (destroy, create, converge, setup, verify and destroy) one or more instances"
complete-c kitchen -f-n'__fish_kitchen_using_command test'-s c -l concurrency -d"Run a test against all matching instances concurrently. Only N instances will run at the same time if a number is given. "
complete-c kitchen -f-n'__fish_kitchen_using_command test'-s p -l parallel -d"[Future DEPRECATION, use --concurrency] Run a test against all matching instances concurrently. "
complete-c kitchen -f-n'__fish_kitchen_using_command test'-s l -l log_level -d"Set the log level (debug, info, warn, error, fatal)"
complete-c kitchen -f-n'__fish_kitchen_using_command test'-s d -l destroy -d"Destroy strategy to use after testing (passing, always, never)."
complete-c kitchen -f-n'__fish_kitchen_using_command test'-l auto_init -d"Invoke init command if .kitchen.yml is missing"
complete-c kitchen -f-n'__fish_kitchen_using_command help'-a test -d"Test (destroy, create, converge, setup, verify and destroy) one or more instances"
complete-c kitchen -f-n __fish_kitchen_no_command -a init -d"Adds some configuration to your cookbook so Kitchen can rock"
complete-c kitchen -f-n'__fish_kitchen_using_command init'-s D -l driver -d"One or more Kitchen Driver gems to be installed or added to a Gemfile "
complete-c kitchen -f-n'__fish_kitchen_using_command init'-s P -l provisioner -d"The default Kitchen Provisioner to use "
complete-c kitchen -f-n'__fish_kitchen_using_command init'-l create_gemfile -d"Whether or not to create a Gemfile if one does not exist. Default: false "