bst-artifact-checkout - Man Page
Checkout contents of an artifact
Synopsis
bst artifact checkout [Options] [TARGET]
Description
Checkout contents of an artifact
When this command is executed from a workspace directory, the default
is to checkout the artifact of the workspace element.
Options
- -f, --force
Allow files to be overwritten
- -d, --deps [run|build|none|all]
The dependencies to checkout [default: run]
- --integrate / --no-integrate
Whether to run integration commands
- --hardlinks
Checkout hardlinks instead of copying if possible
- --tar LOCATION
Create a tarball from the artifact contents instead of a file tree. If LOCATION is '-', the tarball will be dumped to the standard output.
- --compression [gz|xz|bz2]
The compression option of the tarball created.
- --directory DIRECTORY
The directory to checkout the artifact to
- --artifact-remote REMOTE
A remote for downloading artifacts
- --ignore-project-artifact-remotes
Ignore remote artifact cache servers recommended by projects
Info
2024-08-08 bst artifact checkout Manual