-
Notifications
You must be signed in to change notification settings - Fork 0
build start recent
Mohamed Hassan edited this page Jan 1, 2025
·
4 revisions
Appvey build start recent [...] [options]
<environment-variables> The list of key/value pairs separated by space. Every variable should be in the form: varName:value OR use file with @ prefix <@filename> containing key/value pairs.
-
-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]
All examples is using auto login
Appvey build start recent --slug myproject --browse
Appvey build start recent --slug myproject --browse var1:value1 var2:value2
Example 3: using environment variables stored in response file:
Create file named myenv.txt like:
REQUEST_ID:aa-bb-cc
ARTIFACT_PATH:build/artifacts
Appvey build start recent --slug myproject --browse @myenv.txt
- 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
- <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