Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions docs/user/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Schema is available at /usr/share/agama-cli/profile.schema.json

###### **Arguments:**

- `<PATH>` — Local path to the JSON file to validate
- `<URL_OR_PATH>` — JSON file, URL or path or `-` for standard input

## `agama profile evaluate`

Expand All @@ -161,20 +161,19 @@ For an example of Jsonnet-based profile, see https://github.com/openSUSE/agama/b

###### **Arguments:**

- `<PATH>` — Path to jsonnet file
- `<URL_OR_PATH>` — Jsonnet file, URL or path or `-` for standard input

## `agama profile import`

Process autoinstallation profile and loads it into agama

This is top level command that do all autoinstallation processing beside starting installation. Unless there is a need to inject additional commands between processing use this command instead of set of underlying commands.

**Usage:** `agama profile import <URL> [DIR]`
**Usage:** `agama profile import <URL>`

###### **Arguments:**

- `<URL>` — Profile's URL. Supports the same schemas than te "download" command plus AutoYaST specific ones. Supported files are json, jsonnet, sh for Agama profiles and ERB, XML, and rules/classes directories for AutoYaST support
- `<DIR>` — Specific directory where all processing happens. By default it uses a temporary directory

## `agama questions`

Expand Down