@craft.co/doorman
v0.0.7
Published
Simple CLI to help accessing services via Basion hosts.
Downloads
4
Readme
doorman
Simple CLI to help accessing services via Basion hosts.
Usage:
doorman [subcommand] [options]
Examples:
# Connect with an existing preset
doorman open --preset serviceQa
# Connect without a preset, using inline options
doorman open --apiUrl api.data.staging.company.in --sshHost [email protected]
# Manage presets.
doorman preset list
doorman preset add # Interactive
doorman preset show <preset-name> # Prints to stdout.
doorman preset remove <preset-name>
doorman preset import https://raw.githubusecontent.com/company/repository/master/presets.json
Subcommands:
open [options] - Run SSH tunnel and proxy server
preset [options] - Manage presets for various services
help - outputs this help, default subcommand