HOME » Documents » KUSANAGI 9 Commands » list

list

list

Displays the KUSANAGI profile list.

Example

kusanagi list

Options

Format (In case of Security Edition)

[--format json]

Default: none

Specifies the output format. If you select JSON, the output will be in JSON format.

Output

# kusanagi list
kusanagi_html
list completed.

In case of Security Edition:
# kusanagi list --format json
{
  "profiles": [
    {
      "name": "kusanagi_html"
    }
  ]
}