Skip to content

build start recent

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

Start build of branch most recent commit

Usage:

Appvey build start recent [...] [options]

Arguments:

<environment-variables> Environment variables

Options:

  • -s, --slug Project slug [required]

  • -b, --branch Repository branch. [default: master]

  • -c, --cancel Allow to cancel build [default: False]

  • --browse Browse the build page using default browser [default: False]

  • Common options for all commands

Examples:

Assuming user set the environment variables to auto login

Appvey build start recent --slug cloudbuilder

  • User can browse the build page by using the option --browse
Appvey build start recent --slug cloudbuilder --browse

  • User can allow to cancel the build when start by option --cancel
Appvey build start recent --slug cloudbuilder --cancel

A confirmation messages is displayed: Cancel Build. Are you sure? (y/n) if y is entered, build will be cancelled

See also

Clone this wiki locally