We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d75dd3 commit af28e4dCopy full SHA for af28e4d
templates/cli/app/services/help.php.twig
@@ -16,6 +16,8 @@ $commands = [
16
{% for service in spec.services %}
17
"{{ service.name }}" => "{{ service.description | replace({'"':'\''}) | raw }}",
18
{% endfor %}
19
+ "client" => "The Client service allows you to set preferences of your Appwrite CLI",
20
+ "init" => "Init allows you to reset your Appwrite CLI."
21
];
22
$parser->formatArray($commands);
23
Console::log("\nRun '{{ language.params.executableName }} [SERVICE] help' for more information on a service.");
0 commit comments