summaryrefslogtreecommitdiff
path: root/bin/launch_instance
Commit message (Expand)AuthorAgeFilesLines
* Fix bin scripts fo Python 3.Daniel G. Taylor2014-08-041-4/+4
* Use ConfigParser for Python 3 and SafeConfigParser for Python 2 (#2497)Piotr Bulinski2014-08-041-2/+2
* Updated `launch_instance` command line tool and `image.run()` method to inclu...Chris Moyer2012-07-121-2/+8
* Enabled compression by defaultRyan Brown2011-07-051-1/+1
* Removed extra print statementRyan Brown2011-07-011-1/+0
* Documentation fixRyan Brown2011-07-011-1/+1
* Made both '-s x -s y' and '-s x,y' notation work for the -s optionRyan Brown2011-07-011-2/+10
* Moved the function, improved readabilityRyan Brown2011-06-301-14/+15
* Added support for #import in -s scriptsRyan Brown2011-06-301-3/+17
* Removed a stray print statementRyan Brown2011-06-291-1/+1
* Made the --script option accept a comma-separated list of scriptsRyan Brown2011-06-291-3/+6
* Made scripts run in the order specified, if a folder is specified then the sc...Ryan Brown2011-06-141-5/+7
* Fixed Ryan's replacing ":" with ";" when he added back in this printChris Moyer2011-06-091-1/+1
* Removed a line that was in for testing purposesRyan Brown2011-06-091-2/+0
* --add-script now also accepts folders of scripts as an argumentRyan Brown2011-06-091-5/+16
* Made gzip compression default for sending multiple scriptsRyan Brown2011-06-091-1/+1
* Minor fixes, cleaned up a couple stray linesRyan Brown2011-06-091-4/+2
* Passing scripts is now fully tested with Python, Perl, and Bash scripts.Ryan Brown2011-06-091-7/+1
* Uploading multiple shell scripts works, python and perl scripts stillRyan Brown2011-06-081-3/+24
* Merge branch 'master' of https://github.com/boto/botoChris Moyer2010-10-051-1/+32
|\
| * added support for tags in launch_instace commandAles Zoulek2010-10-051-1/+12
| * added --wait and --dns options to launch_instance commandAles Zoulek2010-10-051-1/+21
* | Added the ability to "init" cloud-init based serversChris Moyer2010-10-051-3/+21
|/
* added --region to launch_instance commandAles Zoulek2010-09-171-1/+11
* global search and replace on @param => :param, @type => :type, @rtype => :rty...paltman2009-09-181-2/+2
* Added an elb admin command line tool, updated sdbadmin to have more options, ...kopertop2009-09-041-0/+138