-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Mohamed Hassan edited this page Aug 28, 2024
·
4 revisions
Appvey Work seamlessly with Appveyor CI/CD from the command line, helping users to maintain appveyor projects and run builds using Appveyor REST API.
Install from nuget gallery, run the command:
dotnet tool install --global appvey
Run the commands as described in wiki pages:
- Show project history, using auto loging and allow deleting failed and cancelled builds
appvey project history --slug cloudbuilder --delete
- 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
- 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
- <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