From c98fd05e46a074f6f895be8bcc76259d4e971c69 Mon Sep 17 00:00:00 2001 From: Martin Vidner Date: Wed, 9 Apr 2025 10:24:06 +0200 Subject: [PATCH] `agama profile` reference updated for the `--api URL` related changes https://github.com/agama-project/agama/pull/2103 --- docs/user/cli.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/user/cli.md b/docs/user/cli.md index 671c108..318eb5b 100644 --- a/docs/user/cli.md +++ b/docs/user/cli.md @@ -149,7 +149,7 @@ Schema is available at /usr/share/agama-cli/profile.schema.json ###### **Arguments:** -- `` — Local path to the JSON file to validate +- `` — JSON file, URL or path or `-` for standard input ## `agama profile evaluate` @@ -161,7 +161,7 @@ For an example of Jsonnet-based profile, see https://github.com/openSUSE/agama/b ###### **Arguments:** -- `` — Path to jsonnet file +- `` — Jsonnet file, URL or path or `-` for standard input ## `agama profile import` @@ -169,12 +169,11 @@ 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 [DIR]` +**Usage:** `agama profile import ` ###### **Arguments:** - `` — 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 -- `` — Specific directory where all processing happens. By default it uses a temporary directory ## `agama questions`