Skip to content

Commit af28e4d

Browse files
committed
feat: added client and init commands to the main help command
1 parent 7d75dd3 commit af28e4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/cli/app/services/help.php.twig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ $commands = [
1616
{% for service in spec.services %}
1717
"{{ service.name }}" => "{{ service.description | replace({'"':'\''}) | raw }}",
1818
{% 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."
1921
];
2022
$parser->formatArray($commands);
2123
Console::log("\nRun '{{ language.params.executableName }} [SERVICE] help' for more information on a service.");

0 commit comments

Comments
 (0)