Skip to content

project history

Mohamed Hassan edited this page Aug 28, 2024 · 3 revisions

history: Get project history

Usage:

Appvey project history [options]

Options:

  • -s, --slug Project slug [required]
  • -b, --branch
  • -r, --records Number of records [default: 20]
  • --start-build-id Start build id
  • -d, --delete Delete both failed and cancelled builds. [default: False]
  • Common options for all commands

Examples:

# Assume auto login
appvey project history --slug cloudbuilder

  • show 30 records
appvey project history --slug cloudbuilder -r 30

  • delete both failed and cancelled builds
appvey project history --slug cloudbuilder --delete

A confirmation message is displayed:

Delete both failed and cancelled builds. Are you sure? (y/n)

If press y, all displayed failed and cancelled builds will be deleted.

download list

See Also

Clone this wiki locally