sighupio / furyagent

Apache License 2.0
9 stars 2 forks source link

furyagent configure openvpn-client output #22

Open angelbarrera92 opened 3 years ago

angelbarrera92 commented 3 years ago

Hi team!

I am using furyagent configure openvpn-client to create ovpn profiles. I would like to have the ovpn profile as a file instead of getting printed in the console. This makes easier the usage of this cli.

What do you think?

angelbarrera92 commented 3 years ago

The ovpn profile can be created by redirecting the output to a new file:

furyagent configure openvpn-client > my-profile.ovpn

Anyway, we have to think about implementing a -o, --output flag for the command