halguru install
Installs the halguru CLI program in the current environment. Usage:
| Options | Default | Description |
|---|---|---|
--help, -h |
Prints help information | |
--use-remote-schemas, -u |
Use remote schemas from the https://docs.hal.guru/schemas/ directory. | |
--force, -f |
Force installation | |
--verbose, -v |
Enables detailed output for debugging and troubleshooting purposes. |
Summary#
Represents an asynchronous command that installs components within the application.
Remarks#
The InstallCommand is used as part of the command-line interface to handle installation procedures. It inherits from BaseAsyncCommand and executes the installation process with provided settings.
Option --help, -h#
Prints help information
Option --use-remote-schemas, -u#
Use remote schemas from the https://docs.hal.guru/schemas/ directory.
- Type:
0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]
Indicates whether to use remote schemas from the specified directory for command execution.
When enabled, the command will utilize remote schemas available at the "https://docs.hal.guru/schemas/" directory to influence its behavior. This allows for external schema definitions to be applied, potentially overriding local configurations.
Option --force, -f#
Force installation
- Type:
0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]
Specifies whether the installation process should proceed forcefully, bypassing checks or prompts.
When set to true, the force installation option overrides any safety checks or warnings that would otherwise prevent or delay the installation procedure. Typically used in scenarios where unattended or strict automation of the process is required. By default, the value is false, indicating that standard checks or prompts will be enforced during the installation.
Option --verbose, -v#
Enables detailed output for debugging and troubleshooting purposes.
- Type:
0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]
Specifies whether detailed output is enabled for debugging and troubleshooting purposes.
When set to true, additional information about the command execution process is displayed, which can be useful for diagnosing issues or understanding internal operations. By default, the value is false, indicating standard output only.
| Last updated: | 2025-12-05 | |
| Autogenerated: | Yes | |
| AI powered: | Yes | |
| Core version: | 1.75.0 |