updated config:* help doc
This commit is contained in:
@@ -42,29 +42,29 @@ final class ViewCommand extends Command
|
||||
r(
|
||||
<<<HELP
|
||||
|
||||
This command display all of your backends information.
|
||||
You can select and/or filter the displayed information.
|
||||
This command display all of your backends information.
|
||||
You can select and/or filter the displayed information.
|
||||
|
||||
-------
|
||||
<notice>[ FAQ ]</notice>
|
||||
-------
|
||||
-------
|
||||
<notice>[ FAQ ]</notice>
|
||||
-------
|
||||
|
||||
<question># How to show one backend information?</question>
|
||||
<question># How to show one backend information?</question>
|
||||
|
||||
The flag [<flag>-s, --select-backends</flag>] accept comma seperated list of backends name, Using the flag
|
||||
in combination with [<flag>--exclude</flag>] flag will flip the logic to exclude the selected backends
|
||||
rather than include them.
|
||||
The flag [<flag>-s, --select-backends</flag>] accept comma seperated list of backends name, Using the flag
|
||||
in combination with [<flag>--exclude</flag>] flag will flip the logic to exclude the selected backends
|
||||
rather than include them.
|
||||
|
||||
{cmd} <cmd>{route}</cmd> <flag>--select-backends</flag> <value>my_backend</value>
|
||||
{cmd} <cmd>{route}</cmd> <flag>--select-backends</flag> <value>my_backend</value>
|
||||
|
||||
<question># How to show specific <value>key</value>?</question>
|
||||
<question># How to show specific <value>key</value>?</question>
|
||||
|
||||
The key can be any value that already exists in the list. to access sub-keys use dot notation for example,
|
||||
To see if the value of <value>import.enabled</value> you would run:
|
||||
The key can be any value that already exists in the list. to access sub-keys use dot notation for example,
|
||||
To see if the value of <value>import.enabled</value> you would run:
|
||||
|
||||
{cmd} <cmd>{route}</cmd> <value>import.enabled</value>
|
||||
{cmd} <cmd>{route}</cmd> -- <value>import.enabled</value>
|
||||
|
||||
HELP,
|
||||
HELP,
|
||||
[
|
||||
'cmd' => trim(commandContext()),
|
||||
'route' => self::ROUTE,
|
||||
|
||||
Reference in New Issue
Block a user