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

Welcome to appvey wiki!

Appvey Work seamlessly with Appveyor CI/CD from the command line, helping users to maintain appveyor projects and run builds using Appveyor REST API.

project-last-build

Install and Usage

Install from nuget gallery, run the command:

dotnet tool install --global appvey

How to use:

Run the commands as described in wiki pages:

Examples:

  • Show project history, using auto loging and allow deleting failed and cancelled builds
appvey project history --slug cloudbuilder --delete

download list


  • Show project history, by entering token and account
appvey project history --slug cloudbuilder -t my_token -a my_account

Note:

The different ways to enter token/account, read How to login

How to get help:

  • type: appvey build -? to show all available build commands.
  • Type appvey build start -? to show all available commands of build start.
  • Type appvey build download -? to show all available commands of build download.
  • Type appvey project -? to show all available commands of projects
  • Type appvey project update -? to show all available commands of project update
  • Common options for all commands

Note: help can be displayed by any of: -? or -h or --help

Clone this wiki locally