show
Displays KUSANAGI's profile details.
Example
kusanagi show kusanagi_html
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.
Profile Name
[profile]
Default: The current directory profile
If "profile" is specified, the specified profile will be displayed.
However, if the current directory is not a profile, an error will occur.
Output
# kusanagi show kusanagi_html
type = wp
fqdn = host.example.com
dir = /home/kusanagi/kusanagi_html
dbname = kusanagi_html
dbuser = kusanagi_html
dbpass = ********
wplang = ja
mariadb = yes
psql = no
bcache = off
fcache = off
ratelimit = on
show completed.
In case of Security Edition:
# kusanagi show kusanagi_html
type = wp
fqdn = host.example.com
dir = /home/kusanagi/kusanagi_html
dbname = kusanagi_html
dbuser = kusanagi_html
dbpass = ********
wplang = ja
mariadb = yes
psql = no
bcache = off
fcache = off
ratelimit = on
waf = off
show completed.
In case of Security Edition:
# kusanagi show --format json kusanagi_html
{
"profile": {
"name": "kusanagi_html",
"type": "wp",
"fqdn": "host.example.com",
"dir": "/home/kusanagi/kusanagi_html",
"dbname": "kusanagi_html",
"dbuser": "kusanagi_html",
"dbpass": "********",
"wplang": "ja",
"mariadb": true,
"psql": false,
"features": {
"bcache": false,
"fcache": false,
"ratelimit": true,
"waf": false
}
}
}