SLES16 agama autoyast

What must be installed for this command from the SLES16 Release Notes to execute:

Procedure 2: Best practices for converting AutoYaST profiles to Agama profiles

Convert the AutoYaST profile to a JSON file by piping the CLI output to a destination file:

sudo agama profile autoyast http://EXAMPLE.NET/AUTOYAST.xml > profile.json

I get error: unrecognized subcommand” ‘profile’

I’m not seeing this text in the Release Notes for SLES 16.0 at https://documentation.suse.com/releasenotes/sles/16.0/index.html

I also don’t see ‘profile’ listed as a subcommand for the agama CLI at https://agama-project.github.io/docs/user/reference/cli

My mistake - it’s in the Automated Installation Using Agama SLES16 document:

Automated Installation Using Agama | SUSE Linux Enterprise Server 16.0

Section 4.4

I’m looking to convert SLES15SP7 autoyast xml.erb files to agama json files and see what happens to my ruby code.

Also discovered that inst.auto is not recognized by the installer as there is no attempt to read a json profile using the kernel boot parameter as described in this same document:.

“Load the profile using a kernel boot parameter. Add the inst.auto parameter to the kernel command line and specify the URL of the AutoYaST profile:

sudo linux inst.auto=http://EXAMPLE.NET/AGAMA/SLES.xml

Looks like none of this is implemented yet.