| ayllu-build(1) | General Commands Manual | ayllu-build(1) |
NAME
ayllu-build - Isomorphic Build System
SYNOPSIS
ayllu-build [-c|--config] [-l|--level] [-h|--help] [-V|--version] <subcommands>
DESCRIPTION
ayllu-build is an isomorphic continuous integration server that is designed to minimize the iteration cycle between local and remote builds as much as possible. Isolation is achieved by wrapping any OCI runtime compatible binary which can be configured by setting the oci_binary option in the [build] section of your configuration. ayllu-build has only been tested against the crun binary but it should also be compatible with runc or yuoki.
This binary provides a low-level interface to Ayllu builds. Usage via githooks, ayllu-shell, or quipu is the intended interface for users.
The status of builds, their outputs, and logs can be read via quipu(1).
OPTIONS
- -c, --config <FILE>
- Path to your configuration file
- -l, --level <LEVEL>
- Sets the logging level
- -h, --help
- Print help (see a summary with '-h')
- -V, --version
- Print version
SUBCOMMANDS
- ayllu-build-check(1)
- Check the build configuration
- ayllu-build-evaluate(1)
- Evaluate a local build script
- ayllu-build-shell(1)
- Launch a shell session for debugging purposes
- ayllu-build-ps(1)
- List active build processes
- ayllu-build-gc(1)
- Garbage collect old builds
- ayllu-build-help(1)
- Print this message or the help of the given subcommand(s)
VERSION
v0.1.0
| ayllu-build 0.1.0 |
- ayllu-build-check.1
- ayllu-build-evaluate.1
- ayllu-build-gc.1
- ayllu-build-ps.1
- ayllu-build-shell.1
- ayllu-build.1
- ayllu-keys.1
- ayllu-migrate.1
- ayllu-shell-git-receive-pack.1
- ayllu-shell-git-upload-pack.1
- ayllu-shell.1
- ayllu-web-serve.1
- ayllu-web.1
- ayllu.5
- ayllu.7
- quipu-build.1
- quipu-collections.1
- quipu-ping.1
- quipu-query.1
- quipu.1