Usage
Make sure that ilo is installed in your PATH or otherwise accessible from your terminal. The following subcommands are currently available:
ilo shell
The ilo shell command can be used to run a single container either in interactive mode (default) or non-interactive mode (e.g. for CI builds).
[you@hostname project-dir]$ ilo shell
[root@container project-dir]#
Take a look at more detailed information here.
ilo compose
The ilo compose command can be used for more complex build environments using compose files. Use this command in case your project requires e.g. a database in order to be build.
[you@hostname project-dir]$ ilo compose
[root@container project-dir]#
Take a look at more detailed information here.
ilo devcontainer
The ilo devcontainer command uses a devcontainer environment.
[you@hostname project-dir]$ ilo devcontainer
[root@container project-dir]#
Take a look at more detailed information here.
ilo devfile
The ilo devfile command uses a devfile environment.
[you@hostname project-dir]$ ilo devfile
[root@container project-dir]#
Take a look at more detailed information here.
Pages
- Claude Skill
- File Ownership
- Argument Files
- Autocomplete
- Automate
- Build Environments
- Install