Created
August 26, 2016 05:07
-
-
Save mweagle/fadd85f9b7d11e6e88b726752f206763 to your computer and use it in GitHub Desktop.
Spartav0.8.0_sshKeyName
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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