Commit graph

25 commits

Author SHA1 Message Date
Thomas Reynolds 20ae42dcc0 Refactor CLI to allow 3rd party commands 2011-12-21 11:03:45 -08:00
Ben Hollis e1b338041b Validate the template option for "middleman init" 2011-12-13 23:58:47 -08:00
Thomas Reynolds 6f7c2f881d Simplyify local templates, add docs, enable mobile html5b 2011-12-10 11:17:47 -08:00
Thomas Reynolds 37053c812b add host option 2011-11-23 22:05:53 -08:00
Thomas Reynolds a65899672f Remove v1 check 2011-11-23 10:49:33 -08:00
Thomas Reynolds d018511606 debug flag 2011-11-10 15:24:24 -08:00
Thomas Reynolds 9bfd345849 quiet down guard and thin 2011-11-10 15:09:52 -08:00
Thomas Reynolds d264a49a76 cleanup cli class 2011-11-10 14:35:27 -08:00
dznz 1174876c7a Minor tweak to make explicit order of arguments to middleman init 2011-10-31 17:03:22 +13:00
Thomas Reynolds 1d21cc4c5b Merge pull request #133 from arronmabrey/feature/cli-clean-option
Adding: CLI -C --clean build option. closes #132
2011-10-15 10:59:37 -07:00
Thomas Reynolds 18018bd248 add flag to disable guard 2011-10-14 13:13:21 -07:00
Arron Mabrey 2d41468ad4 Adding: CLI -C --clean build option. 2011-10-14 14:36:46 -04:00
Thomas Reynolds 61d7e8abed allow build to use glob 2011-09-12 16:15:51 -07:00
Thomas Reynolds 0fb9900ddb try win32-process gem 2011-08-09 14:49:03 -07:00
Thomas Reynolds d2cbfc432f avoid guard on Windows for now 2011-08-09 14:37:55 -07:00
Thomas Reynolds 8d7de527cd allow the generating and installation of a Gemfile 2011-08-06 14:56:05 -07:00
Thomas Reynolds f5550d6fbb add --rack flag 2011-08-05 10:44:41 -07:00
Thomas Reynolds 1110d434bb try to plug into Bundler if gemfile exists 2011-08-03 17:10:16 -07:00
Thomas Reynolds 73b9f4c9f0 add version command 2011-08-03 14:43:02 -07:00
Thomas Reynolds 7eadbdb7d5 fix migrate command 2011-08-02 22:27:16 -07:00
Thomas Reynolds 2634c4156f get all the tests working with the new binary 2011-07-26 23:19:43 -07:00
Andre Arko 4e0c7a0142 enable --help option for all subcommands 2011-07-26 21:26:25 -07:00
Andre Arko 5b8da9d8b8 unknown options should raise an error 2011-07-26 21:26:10 -07:00
Andre Arko 40b3444e71 standardize on string-named options 2011-07-26 21:25:48 -07:00
Andre Arko b0dbb13f1e create CLI class that pulls in mm-* binary commands 2011-07-26 21:06:10 -07:00