airbrussh icon indicating copy to clipboard operation
airbrussh copied to clipboard

Airbrussh pretties up your SSHKit and Capistrano output

Results 11 airbrussh issues
Sort by recently updated
recently updated
newest added

Currently, if you call the same command multiple times, airbrussh doesn't really print out the right thing. Below is some sample output, which I've annotated with the problems as I...

discuss!

Running `rake` on the project with Ruby warnings enabled shows this message: ``` lib/airbrussh/formatter.rb:1: warning: loading in progress, circular require considered harmful - lib/airbrussh.rb from gems/rake-12.0.0/lib/rake/rake_test_loader.rb:4:in `' from gems/rake-12.0.0/lib/rake/rake_test_loader.rb:4:in `select'...

bug?

Using airbrussh 1.1.0 (w/ capistrano 3.6.0 and ruby 2.1.7), I intermittently get a LoadError printing certain non-ASCII text. Sometimes it prints OK, sometimes it blows up. This is the backtrace...

bug?

The `Context` class is built around the assumption that a given Rake task is fully completed before moving onto the next task. For example, even when Capistrano is deploying to...

discuss!

With the new number format in front of every command i.e. '01' ,'02', ... it becomes very hard to tell where the command was executed when performing a Capistrano deployment...

new feature

Running Capistrano 3.6.1 and airbrussh 1.1.1, if the project has a `log` file, trying to run `cap` fails with: ``` $ cap test deploy (Backtrace restricted to imported tasks) cap...

confirmed bug
help wanted

`IO.console` could be also nil if Ruby executable is called through a `sudo su - user -c '~/.rvm/bin/rvm 2.3.1 do ruby -e -e "require %{io/console}; puts IO.console.winsize"'` construction. It should...

confirmed bug
help wanted

I'm not sure if this was intentional, but this change: ``` ruby group :extras, :optional => true ``` Caused my call to rake to fail like this: ``` airbrussh:rake There...

discuss!

I have a Capistrano task for `rails runner` remote execution: ``` ruby require 'shellwords' namespace :invoke do desc "Execute rails runner on a remote server" task :runner do if ENV['COMMAND']...

question

Currently only on default `:pretty` format I can see `within`'s value: ``` DEBUG [b165746b] Running if test ! -d /var/www; then echo "Directory does not exist '/var/www'" 1>&2; false; fi...

new feature