|
| 1 | +## wolfictl bundle |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | +### Usage |
| 6 | + |
| 7 | +``` |
| 8 | +wolfictl bundle |
| 9 | +``` |
| 10 | + |
| 11 | +### Synopsis |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | +### Options |
| 16 | + |
| 17 | +``` |
| 18 | + -a, --annotation stringToString New annotations to add (default []) |
| 19 | + --arch strings arch of package to build (default [x86_64,aarch64]) |
| 20 | + --bundle-base string base image used for melange build bundles |
| 21 | + --bundle-repo string where to push the bundles |
| 22 | + --cache-dir string directory used for cached inputs (default "./melange-cache/") |
| 23 | + --cache-source string directory or bucket used for preloading the cache |
| 24 | + --destination-repository string repo where packages will eventually be uploaded, used to skip existing packages (currently only supports http) |
| 25 | + -d, --dir string directory to search for melange configs (default ".") |
| 26 | + --dry-run print commands instead of executing them |
| 27 | + --gcsfuse strings list of gcsfuse mounts to make available to the build environment (e.g. gs://my-bucket/subdir:/mnt/my-bucket) |
| 28 | + --generate-index whether to generate APKINDEX.tar.gz (default true) |
| 29 | + -h, --help help for bundle |
| 30 | + -k, --keyring-append strings path to extra keys to include in the build environment keyring (default [https://packages.wolfi.dev/os/wolfi-signing.rsa.pub]) |
| 31 | + --namespace string namespace to use in package URLs in SBOM (eg wolfi, alpine) (default "wolfi") |
| 32 | + --out-dir string directory where packages will be output |
| 33 | + --pipeline-dir string directory used to extend defined built-in pipelines |
| 34 | + -r, --repository-append strings path to extra repositories to include in the build environment (default [https://packages.wolfi.dev/os]) |
| 35 | + --runner string which runner to use to enable running commands, default is based on your platform. (default "docker") |
| 36 | + --signing-key string key to use for signing |
| 37 | +``` |
| 38 | + |
| 39 | +### Options inherited from parent commands |
| 40 | + |
| 41 | +``` |
| 42 | + --log-level string log level (e.g. debug, info, warn, error) (default "info") |
| 43 | + --log-policy strings log policy (e.g. builtin:stderr, /tmp/log/foo) (default [builtin:stderr]) |
| 44 | +``` |
| 45 | + |
| 46 | +### SEE ALSO |
| 47 | + |
| 48 | +* [wolfictl](wolfictl.md) - A CLI helper for developing Wolfi |
| 49 | + |
0 commit comments