uurtech / step

Golang Cli Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

step

Easy Alias Management tool for SSH connections

Arguments

step {ALIAS} {COMMAND}

init

step init

Store

to create a new alias

step store customer_1 -c "ssh user@IP"

list

to list all aliases you have created using step

step list

load

if you have issues on source you can load the source file by calling load method

step load

Example Call

    customer_1

Need a hint ?

    step -h

About

Golang Cli Tool

License:Other


Languages

Language:Go 97.3%Language:Makefile 2.7%