Skip to content
Mohamed Hassan edited this page Aug 28, 2024 · 2 revisions

Common options for all commands

  • -t, --token Appveyor token v2. Type dash '-' to enter/paste token from keyboard or @filename to read token from filename or skip it to read token from environment var.
  • -a, --account Appveyor User account or skip it to read account from environment var.
  • -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
  • -v, --verbose Verbose http connection. [default: False]
  • -s, --save File to save output response.
  • -o, --output File to save screen output.
  • -?, -h, --help Show help and usage information

Examples:

1- Save the response json of a command:

appvey project history --slug cloudbuilder --save c:\appveyor\project_history.json

Show sample output


2- Save the screen output of a command:

appvey project history --slug cloudbuilder --output c:\appveyor\project_history_out.json

Show sample output


3- Verbose and save the screen output of a command:

appvey project history --slug cloudbuilder --save c:\appveyor\project_history.json --verbose

Show sample output

See Also

Clone this wiki locally