Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Add descriptions to servers #19

Closed
kascote opened this issue Jun 18, 2013 · 2 comments
Closed

Add descriptions to servers #19

kascote opened this issue Jun 18, 2013 · 2 comments

Comments

@kascote
Copy link

kascote commented Jun 18, 2013

really cool utility !...

I have a bunch of connections on my sshconfig file.

could be possible to manage comments for entries ? for example

storm add -c "prod http" wonka operator@1.2.3.4:10022

storm list
prod http => wonka -> operator@1.2.3.4:10022

.ssh/sshconfig

storm: prod http

Host wonka
Hosname 1.2.3.4
.....

what do you think ?
may be could be cool to sort comments to have a list like this:

dev http1 => ...
prod http1 => ....
prod http2 => ....
stage http1 => ...
stage http2 => ...
....

chers

@emre
Copy link
Owner

emre commented Jun 18, 2013

nice idea.

I will add this functionality (an optional argument to describe the configurations) when I have free time to do it.

@emre
Copy link
Owner

emre commented Jul 17, 2013

That feature needs a lot of stuff in the code base since it requires parsing comment lines as a part of related entry. That's because I gave up implementing this.

Sorry. (Open to pull requests though.)

@emre emre closed this as completed Jul 17, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants