RubyGems Navigation menu

bastion-cli 0.7.7

# bastion-cli Log into things through bastions. [![Build Status](https://travis-ci.org/ptdorf/bastion-cli.svg?branch=master)](https://travis-ci.org/ptdorf/bastion-cli) [![Gem Version](https://badge.fury.io/rb/bastion-cli.svg)](https://badge.fury.io/rb/bastion-cli) ## Installation ```shell sudo gem install bastion-cli ``` ## Usage ```shell # To see all options $ bastion Commands: bastion help [COMMAND] # Describe available commands or one specific command bastion host [HOST] # Show or set the default bastion host bastion ssh [INSTANCE] # Logs into an instance bastion tunnel [PORT] # Starts a new tunnel bastion version # Shows current version # To log into an instance $ bastion ssh 10.1.2.3 # To log into an instance specifying a bastion host $ bastion ssh 10.1.2.3 --host 12.34.56.78 # To log into an instance specifying a bastion host and make it default $ bastion ssh 10.1.2.3 --host 12.34.56.78 --save # To show the default bastion host $ bastion host # To set the default bastion host $ bastion host bastion.example.com # To open a tunnel using the default bastion host $ bastion tunnel # To open a tunnel using the default bastion host on port 1337 $ bastion tunnel 1337 --host 12.34.56.78 ``` You can also set the `BASTION_HOST` environment variable with the address of the bastion host: BASTION_HOST=bastion.example.com bastion ssh web.example.com The pecking order is: - `BASTION_HOST` environment variable - The default value that lives in `${HOME}/.bastion`

Gemfile:
=

インストール:
=

バージョン履歴:

  1. 0.8.2 January 09, 2017 (8KB)
  2. 0.8.0 April 10, 2016 (8KB)
  3. 0.7.8 April 08, 2016 (8.5KB)
  4. 0.7.7 April 08, 2016 (9KB)
  5. 0.7.6 April 08, 2016 (8.5KB)
全てのバージョンを表示(全21件)

Runtime依存関係 (1):

thor >= 0

Development依存関係 (2):

rake >= 0
rubocop >= 0

所有者:

作者:

  • ptdorf

SHA 256チェックサム:

=

累計ダウンロード数 24,785

このバージョンのみ 2,260

このバージョンがリリースされたのは:

ライセンス:

MIT

必要なRubyのバージョン: >= 0

リンク: