You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<strong>Registry Descriptions:</strong> You can add an optional <codeclass="bg-blue-100 px-2 py-1 rounded">description</code> field to each registry entry. This description will be displayed in the interactive wizard when selecting registries, helping users identify the purpose of each registry (e.g., "Forge Kernel Official Modules", "Company Internal Modules").
Commands use interactive wizards by default. Use the <codeclass="bg-gray-100 px-2 py-1 rounded">--module=</code> parameter to skip the wizard and specify the module directly.
927
+
The <codeclass="bg-gray-100 px-2 py-1 rounded">package:install-module</code> command features an interactive wizard that guides you through the installation process. Use the <codeclass="bg-gray-100 px-2 py-1 rounded">--module=</code> parameter to skip the wizard and specify the module directly.
<strong>Version Selection:</strong> When browsing modules from git-based registries, version options display commit messages (truncated to 80 characters) to help you understand what changed in each version, similar to <codeclass="bg-blue-100 px-2 py-1 rounded">dev:modules:list</code>.
The <codeclass="bg-gray-100 px-2 py-1 rounded">package:remove-module</code> command features an interactive wizard that displays all installed modules with their descriptions, making it easy to select which module to remove.
<pclass="text-gray-600 text-sm mb-3">Install a module from the configured registries. Uses an interactive wizard by default. Use <codeclass="bg-gray-100 px-2 py-1 rounded">--module=</code> to skip the wizard.
1171
+
<pclass="text-gray-600 text-sm mb-3">Install a module from the configured registries. Features an interactive wizard that allows you to browse registries, select modules, choose versions (with commit messages for git-based registries), and configure installation options. Use <codeclass="bg-gray-100 px-2 py-1 rounded">--module=</code> to skip the wizard.
<pclass="text-gray-600 text-sm mb-3">Remove an installed module from your application. Uses an interactive wizard by default. Use <codeclass="bg-gray-100 px-2 py-1 rounded">--module=</code> to skip the wizard.
1201
+
<pclass="text-gray-600 text-sm mb-3">Remove an installed module from your application. Features an interactive wizard that displays all installed modules with their descriptions, making it easy to identify and select the module to remove. Use <codeclass="bg-gray-100 px-2 py-1 rounded">--module=</code> to skip the wizard.
Commands use an interactive wizard by default. You can skip the wizard by providing the <codeclass="bg-gray-100 px-2 py-1 rounded">--module=</code> flag.
711
711
</p>
712
+
<pclass="text-gray-600 mb-3">
713
+
<strong>Installation Wizard:</strong> When installing, you can choose to enter the module name manually or browse available modules. When browsing, you'll select a registry, then a module, then a version (with commit messages for git-based registries), and finally choose whether to force download.
714
+
</p>
715
+
<pclass="text-gray-600 mb-3">
716
+
<strong>Removal Wizard:</strong> When removing, you'll see a list of all installed modules with their descriptions, making it easy to identify which module to remove.
0 commit comments