1. 20 Jun, 2014 1 commit
  2. 15 May, 2014 1 commit
  3. 06 May, 2014 4 commits
    • Ingo Renner's avatar
      [FEATURE] Support vagrant global-status · 30d9952b
      Ingo Renner authored
      Vagrant 1.6 introduced the `global-status` command which allows
      to get a quick overview of all active Vagrant environments for the
      currently logged in user.
      30d9952b
    • Ingo Renner's avatar
      [FEATURE] Support Vagrant Cloud commands · 7f8ee9aa
      Ingo Renner authored
      Vagrant 1.5 added Vagrant Cloud to share boxes. Some boxes
      may be protected, the `login` command allows to access those
      protected boxes from Vagrant Cloud.
      7f8ee9aa
    • Ingo Renner's avatar
      [FEATURE] Support Vagrant Share · 38fe100e
      Ingo Renner authored
      Vagrant 1.5 introduced Vagrant Share to allow remote access to a Vagrant
      environment. This adds support for the `share` and `connect` commands.
      38fe100e
    • Ingo Renner's avatar
      [FEATURE] Support Vagrant 1.6 version command · 236c8de7
      Ingo Renner authored
      Vagrant 1.6 introduces a couple new commands, including the `version` command.
      The `version` command shows the currently installed version information and
      also checks for new updates available.
      236c8de7
  4. 19 Apr, 2014 1 commit
    • Javier Tejero's avatar
      Fix `docker rmi` tab completion · 7949a1cd
      Javier Tejero authored
      This is exactly what happens on tab completion for docker rmi. This commit
      fixes that.
      
      ```sh
      $ docker rmi <hit TAB>
      _arguments:comparguments:312: invalid argument: __docker_images
      _arguments:comparguments:312: invalid argument: __docker_images
      _arguments:comparguments:312: invalid argument: __docker_images
      ```
      7949a1cd
  5. 18 Apr, 2014 3 commits
  6. 04 Apr, 2014 1 commit
    • DeLynn Berry's avatar
      Remove mailcatcher · 7d696f79
      DeLynn Berry authored
      The mailcatcher gem does not work correctly when executed through Bundler.
      7d696f79
  7. 27 Mar, 2014 1 commit
  8. 26 Mar, 2014 2 commits
  9. 25 Mar, 2014 26 commits