# Proboscis CLI A cli interface to connect to proboscis for quick ssh to clients ## Installation Add this line to your application's Gemfile: gem 'proboscis_cli' And then execute: $ bundle Or install it yourself as: $ gem install proboscis_cli ## Usage ### Configuring environmental variables ```bash $ export proboscis_qa= $ export proboscis_prod= $ export proboscis_qa_user= $ export proboscis_qa_pass= $ export proboscis_prod_user= $ export proboscis_prod_pass= $ export proboscis_qa_target_port= $ export proboscis_qa_target_user= $ export proboscis_prod_target_port= $ export proboscis_prod_target_user= ``` ```bash $ ssh-add $ ssh-add ``` ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request