proxy-config
Usage
avcli proxy-config --port name [--username name] [--password password] host
Description
The proxy-config command configures the everRun system to use a proxy server. If you do not specify a user name, AVCLI assumes that authentication is not required to access the proxy server. If you specify a user name but not a password, you are prompted for the password.
Options
--port number |
The port number. |
--username name |
The user's name. |
--password password |
The user's password. |
host |
The host name. |
Examples
$ avcli --port 8080 proxy.my-domain.com
$ avcli --port 8080 --username user --password secret proxy.my-domain.com
$ avcli --port 8080 --username user proxy.my-domain.com