-
Notifications
You must be signed in to change notification settings - Fork 0
build download artifacts
Appvey build download artifacts [options]
-
-s, --slug Slug name [required]
-
-b, --branch Repository branch
-
-j, --job-id Build JobId
-
--build-version Build version. Both job-id and version are mutually exclusive, either JobId or Version must be specified
-
-l, --location Directory where to save artifacts, relative or absolute path [default: .]
-
--list Show artifacts without download [default: False]
-
-f, --filter Filter artifacts using wildcard symbols
Note:
The different ways to enter token/account, read How to login
1- Download all artifacts for specific version and save artifacts to the current directory:
Note:
- To save artifacts to specific directory , enter option
--location path/to/my/folder
appvey build download artifacts -s o2pgen-deploy --version 6.3.3-signed-198
2- Show artifacts without download:
use option --list
to show only artifacts without download
appvey build download artifacts -s o2pgen-deploy --version 6.3.3-signed-198 --list
3- Download artifacts for specific version and filter on files contain command
string and save artifacts in current directory.
appvey build download artifacts -s o2pgen-deploy --version 6.3.3-signed-198 --filter command
Note:
- filter can be wildchar
*
(any char) or?
single char.
- <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