-
Notifications
You must be signed in to change notification settings - Fork 0
How to login using proxy
Mohamed Hassan edited this page Aug 28, 2024
·
2 revisions
Irrespective of which proxy provider you use, you’ll need the following information to anonymize appvey behind proxy IPs:
- proxy server address
- port
- protocol
- username
- password
By default, appvey bypass proxy except proxy options are used.
The above information are entered using the following two options.
- -p, --proxy-address Proxy server should be in the form
http://proxy:port - --proxy-user Proxy user/password should be in the form
username:password
-p http://proxy.com:8888 --proxy-user user:secretIf you are using the environment variable http_proxy, you can :
# windows
-p %http_proxy% --proxy-user user:secret
# in Linux
-p $http_proxy --proxy-user user:secret
Note:
Any option value can replaced with an environment variable
- <build start recent> : Start build of branch most recent commit:
- <build start commit> : Start build of specific branch commit:
- <build rerun> :Re-run build
- Start build of Pull Request: <build start pr>
- <build cancel> : Cancel build
- <build delete> : Delete build
- <project list> : Get projects
- <project last-build> : Get project last build
- <project last-build> : Get project last branch build
- <project build-version> : Get project build by version
- <project history> : Get project history
- <project deploy> : Get project deployments
- <project setting> : Get project settings
- <project yaml> : Get project settings in YAML
- <project env> : Get project environment variables
- <project add> : Add project
- <project update slug> : Update project
- <project update yaml> : Update project settings in YAM
- <project update env> : Update project environment variables
- <project update build-number> : Update project build number
- <project delete-cache> : Delete project build cache
- <project delete> : Delete project