table of contents
agama(1) | General Commands Manual | agama(1) |
NAME¶
agama - Agama's command-line interface
SYNOPSIS¶
agama [--api] [--insecure] [-h|--help] <subcommands>
DESCRIPTION¶
Agama's command-line interface
This program allows inspecting or changing Agama's configuration, handling installation profiles, starting the installation, monitoring the process, etc.
Please, use the "help" command to learn more.
OPTIONS¶
- --api=API [default: http://localhost/api]
- URI pointing to Agama's remote API. If not provided, default https://localhost/api is used
- --insecure
- Whether to accept invalid (self-signed, ...) certificates or not
- -h, --help
- Print help (see a summary with '-h')
SUBCOMMANDS¶
- agama-config(1)
- Inspect or change the installation settings
- agama-probe(1)
- Analyze the system
- agama-install(1)
- Start the system installation
- agama-profile(1)
- Manage auto-installation profiles (retrieving, applying, etc.)
- agama-questions(1)
- Handle installer questions
- agama-logs(1)
- Collect the installer logs
- agama-auth(1)
- Authenticate with Agama's server
- agama-download(1)
- Download file from given URL
- agama-finish(1)
- Finish the installation rebooting the system by default
agama |