Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kitchen init should provide options for specifying the transport and the verifier #1375

Open
burtlo opened this issue Mar 1, 2018 · 0 comments

Comments

@burtlo
Copy link

burtlo commented Mar 1, 2018

Description

The kitchen init command provides the ability to specify a driver and provisioner. It's only fair if you can specify the transport and verifier.

I am proposing the following:

$ kitchen init --help
Usage:
  kitchen kitchen:generator:init

Options:
  -D, [--driver=one two three]                   # One or more Kitchen Driver gems to be installed or added to a Gemfile
                                                 # Default: ["kitchen-vagrant"]
  -P, [--provisioner=PROVISIONER]                # The default Kitchen Provisioner to use
                                                 # Default: chef_solo
  -T, [--transport=TRANSPORT]                    # The default Kitchen Transport to use
                                                 # Default: ssh
  -V, [--verifier=VERIFIER]                      # The default Kitchen Verifier to use
                                                 # Default: busser
      [--create-gemfile], [--no-create-gemfile]  # Whether or not to create a Gemfile if one does not exist. Default: false

Kitchen Version

The existing output for Test Kitchen 1.19.2.

$ kitchen version
Test Kitchen version 1.19.2
$ kitchen init --help
Usage:
  kitchen kitchen:generator:init

Options:
  -D, [--driver=one two three]                   # One or more Kitchen Driver gems to be installed or added to a Gemfile
                                                 # Default: ["kitchen-vagrant"]
  -P, [--provisioner=PROVISIONER]                # The default Kitchen Provisioner to use
                                                 # Default: chef_solo
      [--create-gemfile], [--no-create-gemfile]  # Whether or not to create a Gemfile if one does not exist. Default: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants