Skip to content

Instantly share code, notes, and snippets.

@mweagle
Created August 26, 2016 05:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mweagle/fadd85f9b7d11e6e88b726752f206763 to your computer and use it in GitHub Desktop.
Save mweagle/fadd85f9b7d11e6e88b726752f206763 to your computer and use it in GitHub Desktop.
Spartav0.8.0_sshKeyName
// And add the SSHKeyName option to the provision step
sparta.CommandLineOptions.Provision.Flags().StringVarP(&SSHKeyName,
"key",
"k",
"",
"SSH Key Name to use for EC2 instances")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment